Node JS Boilerplate project.
The project comes with the following already configured:
- Babel
- Mocha / Chai / Sinon / Sinon-Chai
If you want React support, please use the react
branch.
npm install
npm run build
npm test
npm version <patch|minor|major>
npm publish [--access public]
git push --tags