- Docker w/ Nodemon
- Debug directly in VSCode
- ES6 w/ Babel
- Gulp Tasks
- ESLint
- Unit Testing
$ yarn install
$ yarn build #or run Build Task in VSCode$ yarn start #for hot-reload just build in VSCode$ yarn start
# Then just put some breakpoints and start "Localhost" config in Debug panel
# VSCode debugger will just attach to the docker node instance$ yarn lint
$ yarn test$ yarn reset
# If you respond "y" you will loose every data in your databases