Universal JavaScript Application Boilerplate with React, Redux and Webpack
git clone https://github.com/clebert/universal-react-boilerplate.gitTo start the server in development mode:
make devTo start the server in production mode:
make startTo run the tests:
make test