The main purpose of this repository is to speed up the process when starting a new project using NodeJS + Typescript + Express
- To run this project locally as a developer
npm run dev
- If you wish to compile from typescript to javascript
npm run build
- To run this project in production. This will compile from typescript to javascript and run the project.
npm start