A boilerplate for React/Express applications with all the bells and whistles.
git clone git@github.com:jamiecopeland/react-express-boilerplate.git
cd react-express-boilerplate
npm install
Run the development server:
npm start
Start the test runner:
npm test
Build and run the production server:
npm run startProduction