Kick-start Node.JS repo with minimal setup for Test-driven development based workflow:
- Linter
- Nodemon
- Mocha
- Babel compiler
workflow/Gulp tasks:
lint -> compile -> test -> start nodemon -> watch for changes -> repeat
- git clone
- npm i
- gulp
- Add server
- Add frontend setup (Browsersync etc.)
- Add API docs