A ReactJS boilerplate utilizing React Router, Redux, and ImmutableJS. Includes a build system using Webpack and React Hot Loader.
git clone https://github.com/jakemmarsh/react-booster-boilerplate.gitcd react-booster-boilerplatenpm install
npm run dev
npm run build
-
To run the entire test suite (all files ending in
test.jsinsidesrc/js):npm test -
To run a single test file:
npm test -- --file=<path_to_file>