Contempo-node-ts
Just another node express boilerplate using typescript.
Build Setup
# install dependencies
$ npm install # Or yarn install
# server development environment
$ npm run dev # or yarn dev
# clean dist directory
$ npm run clean # or yarn clean
# build for production and launch server
$ npm run build # yarn build
$ npm start # yarn starty
License
MIT