Skip to content

neilhuyton/react-booster-boilerplate

 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.3%
  • HTML 4.1%
  • CSS 3.6%