Boilerplate based on Express, React, Redux, React Router, Node and Webpack.
Clone the repo via git:
git clone --depth=1 https://github.com/nilyu/simple-react-boilerplate.git your-project-name
Install dependencies with npm
$ cd your-project-name
$ npm install
Start the app in a development environment:
$ npm run start-dev
Start the app in a production environment:
$ npm run start-prod
An eslint configuration file is not included.