- express + react + redux + es6 + webpack starter kit
- this starter kit was based from pluralsight-redux-starter, react-redux-react-router-es6.
- install nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
nvm install v6.9.1
npm install -g yarn
git clone https://github.com/electrode-samples/express-react-redux-starter.git
cd express-react-redux-starter
yarn
npm test
npm start
- javascript / es6
- react + redux
- webpack + babel
- mocha + expect
- node + express
- npm + yarn