A new Webpack boilerplate with:
- hot reloading React components;
- Redux over Facebook flux
- react-router as the router
- normalizr as JSON serializer
- yarn as package manager
yarn install
yarn run start
open http://localhost:3000
Then go ahead and edit files inside src
(any file except index.js
).