Inspired by Bulletproof Node.js
The first time, you will need to run and build
npm install && npm run build
Then just start the server with
npm run start
Or start in development using Nodemon
npm run dev
All feedback and contributions are welcome!