Clone the repo:
$ git clone https://github.com/gcoderbh/nodejs-es6-starter-template.git [your_project_name]
Install dependency:
$ cd [your_project_name]
$ npm ci
$ nodemon
start development in src/index.js
see in your browser at http://localhost:3000
$ npm run test