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-boilerplateyarn(you may need to install yarn)
yarn run dev
yarn run build
-
To run the entire test suite (all files ending in
test.jsinsidesrc/js):yarn test -
To run a single test file:
yarn test -- --file=<path_to_file>