- create a
.env
file and place all the envs there. for the example look at the.env.example
file.
sh ./deplyDev.sh
to start the docker container in watch modesh ./deplyProd.sh
to start the docker container in production mode
npm run build
- compile the typescript filesnpm run start
- start the servernpm run start:dev
- start the server with watch modenpm run prod
- compile the code and start the server as productionnpm run watch:*
- alternate way of doing above tasksnpm run prettier
- reformat the code using prettier