node v >=6
update npm to latest version
run npm install -g webpack eslint babel
then run npm install
Dev env:
run npm run dev-hot-server
and npm run dev-web-server
together.
To enable the redux devtools, prepend DEBUG=true
before above commands.