Skip to content

jakemmarsh/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. yarn (you may need to install yarn)

Development Mode

  1. yarn run dev

Building for Production

  1. yarn run build

Testing

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

  • To run a single test file: yarn 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