Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.06 KB

React Component Boilerplate Dependency Status

If you prefer to use Browserify to compile your app and enjoy writing your modules Node Style, please use the following => repo.

React-Component-Boilerplate lets you create a React component quickly and test quickly as well as thoroughly using Karma. Have your tests run continuously with the added benefit of testing in your favorite and least favorite browsers while also having access to developer tools. Win Win. This was born out of the following thread.

Setup

  • Clone the repo
  • Run npm install

Building Your Component

  • Run npm start
  • Open index.html and view your awesome creation

Testing Your Component

  • Run npm test
  • To have your tests run continuously, just run npm run test:watch

Contribution