Express with Typescript

This repo is linked to this article https://dev.to/codeozz/express-with-typescript-starter-explained-fast-4dn7

It's a very basic repo for people that want to start their own Express server supporting NodeJs

Install

npm install

Run

npm run dev

Build TS file

npm run build

Run for prod

npm run prod

Deploy dockerfile

docker build . -t toto

docker run -itd -p 3001:3001 toto