Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 880 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 880 Bytes

hapi-react-redux-starter

developer machine setup

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
nvm install v6.9.1
npm install -g yarn

install

git clone https://github.com/electrode-samples/hapi-react-redux-starter.git
cd hapi-react-redux-starter
yarn

test

npm test

run

npm start

technologies

  • javascript / es6
  • react + redux
  • webpack + babel
  • mocha + expect
  • node + hapi
  • npm + yarn