This is a react starter-kit soultion. It contains:
- webpack (check webpack.conf.js file and just run webpack)
- offline JSX transformation with babel and support for es2015
- browser-sync
- eslint conf (I auto-run this as Atom plugin, not yet integrated to webpack, feel free to run manually)
- tern conf (Atom plugin, otherwise ignore)
- Just run:
npm install
- and then
webpack
- Then run browser-sync
browser-sync start --server dist