Boilerplate for kick starting a project with the following technologies:
- React
- Babel 6
- Webpack for bundling
- Webpack Dev Server
- React Transform for hot reloading React components in real time.
The various webpack options used have been explained in detailed as comments in the config file. Should help with understanding the nitty-gritty :)
npm install
npm start
Open http://localhost:5000
browse scripts/helpter/config.js
change the asset_url where you locate you assets folder. the default value is http://localhost:5000