/node-es6

Primary LanguageJavaScriptMIT LicenseMIT

NodeJS Server ES6 Boilerplate for kick starting a project with the following technologies

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