nvm use 5.1.0 // install node V5.1 if not present (nvm install 5.1.0)
npm install
npm i eslint -g // make sure you have eslint installed globally
npm start // will watch files in src and compile using babel
npm test // runs test suite with linting. throws when lints failing
npm run lint // lints all files in src and test
redux init - sets up project specific file paths for the generators
Useful libraries to look into: