Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 555 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 555 Bytes

Node JS Boilerplate CircleCI

Node JS Boilerplate project.

The project comes with the following already configured:

  • Babel
  • Mocha / Chai / Sinon / Sinon-Chai

React Support

If you want React support, please use the react branch.

Install

npm install

Build

npm run build

Test

npm test

Publish

npm version <patch|minor|major>
npm publish [--access public]
git push --tags