- React / Express scaffolding with ES6 code.
- Gulp task runner which uses browserify and nodemon for automatic refresh.
- Redux for implementing flux pattern.
- Install nvm
- nvm i 4
- nvm use 4
- npm i -g gulp-cli
- git clone https://github.com/vijayst/react-es6-starter.git
- cd app
- npm i
- cd ..
- npm i
- gulp
- Browse at http://localhost:3000
Article at [CodeMentor] (https://www.codementor.io/reactjs/tutorial/react-app-with-redux-to-manage-data-flows).