Skip to content

pureartisan/node-js-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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