npm install
npm start
Express server will be started at http://localhost:3000/
npm run webpack
This project uses Jest for testing.
Tests are located in /tests
.
To run tests:
npm test
This project uses eslint and Airbnb's styleguide for linting. To run linter:
npm run lint
If you are using atom, you can use the eslint plugin for live linting.
Kevin Ferri's boilerplate: https://github.com/kevinferri/express-react-boilerplate