This is boilertemple for future projects in Native Flow, still during development.
Express
- https://expressjs.com/Tsoa
- https://github.com/lukeautry/tsoaMongoose
- https://mongoosejs.com/
- To run app in development mode (server will restart after each change) :
yarn dev
- To run app in production mode use
yarn build-ts
andyarn start