/react-boilerplate

boilerplate for a react project

Primary LanguageJavaScript

react-boilerplate

starter-kit for a react project

features

  • dev mode with hot replacement module
  • build mode
  • react-router
  • testing
  • cache manifest generation
  • cssnext
  • whatwg-fetch
  • documentation generation

install

$ git clone git@github.com:bloodyowl/react-boilerplate.git
$ cd react-boilerplate
$ npm install

dev mode

$ npm start

build mode

$ npm run build

test mode

$ npm test