Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 293 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 293 Bytes

NPM Boilerplate For React

Features

  • karma tests
  • es6 support
  • reactjs ready
  • eslint

Getting started

  • start writting your modules in src
  • build with npm run build
  • enjoy an awesome npm package!

Scripts

npm run test 
npm run test-multi
npm run build