Quickstart repo for typescript/ node with basic logging / routing setup
Repository for use for a quick start for live reload of API in typescript & node.
Usage steps:
- npm install -g grunt
- npm install
- grunt ( default to launch express in livereload mode) ⋅⋅3. grunt serve to watch for ts changes without reloading server. ⋅⋅3. grunt build to build the server