Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.01 KB

File metadata and controls

25 lines (14 loc) · 1.01 KB

react-booster-boilerplate

Build Status Dependency Status devDependency Status

A ReactJS boilerplate utilizing React Router, Redux, and ImmutableJS. Includes a build system using Webpack and React Hot Loader.

Getting Started

  1. git clone https://github.com/jakemmarsh/react-booster-boilerplate.git
  2. cd react-booster-boilerplate
  3. npm install

Development Mode

  1. npm run dev

Building for Production

  1. npm run build

Testing

  • To run the entire test suite (all files ending in test.js inside src/js): npm test

  • To run a single test file: npm test -- --file=<path_to_file>