React web app start kit powered by Webpack + Babel.
npm run dev
Hot reloading, babel 6 with es2015, react, and class properties. Styled with less.
Open http://localhost:3000 and start editing away!
npm run deploy
Builds using the webpack production settings (minification, etc) and pushes the build files to your repo's gh-pages branch.
Example: http://pwmckenna.github.io/react-starter-kit/
- react v14
- babel v6 (babel v5 was the one with all the default compilation settings...this specifies plugins/presets)
- babel-plugin-react-transform v2 (replaces https://github.com/gaearon/react-hot-loader)