- React/React-DOM 15.1.0 (hot reloading enabled)
- MobX 2.1.7 (with binding and dev tools)
- Webpack 1.13.0 (with webpack-dev-server, build folder clean/rebuild)
- Webpack loaders (style, css, postcss, sass, file, url)
- Babel 6.8.0
- ESLint 2.9.0 (with eslint-config-airbnb 9.0.0)
Tested with NodeJS 4.4.4 LTS/5.2.0/6.2.0
git clone https://github.com/inertum/react-mobx-seed.git
cd react-mobx-seed
npm i
Development server with hot-reloading http://localhost:3000
npm run start
Build for deployment under /build folder
npm run build
SurviveJS for demystifying webpack
Redux Easy Boilerplate check it out!