- hapi + 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/hapi-react-redux-starter.git
cd hapi-react-redux-starter
yarn
npm test
npm start
- javascript / es6
- react + redux
- webpack + babel
- mocha + expect
- node + hapi
- npm + yarn