NodeJS Server ES6 Boilerplate for kick starting a project with the following technologies NodeJS Express Babel ESLint Mocha Getting Started Clone the project npm install npm start Testing The project uses Mocha test framework To run the tests. npm test To run and watch the tests npm test-watch