$ git clone https://github.com/jekaantipin/react-webpack2-starter.git YOUR_APP
$ cd YOUR_APP
$ npm install
npm run dev- Run for development, go to http://localhost:3000npm run dev:dashboard- same as (npm run dev) but with nice logging console interfacenpm run build- Run for productionnpm run npm-check:update- Interactive console for updating npm packages
- React
- Webpack 2 with "Tree-Shaking".
- Express server.
- Babel ES6 and ES7 transpiling.
- React Hot Loader 3 Tweak React components in real time.
- Webpack Dev Middleware serves the files emitted from webpack over the Express server.
- Webpack Hot Middleware allows you to add hot reloading into the Express server.
- CSS and SCSS support with PostCSS for advanced transformations (e.g. autoprefixer).
- whatwg-fetch A window.fetch JavaScript polyfill for programmatically making web requests in the browser.
- Extract Text
- HTML Webpack
- UglifyJS
- Define
- babel-plugin-transform-react-remove-prop-types - Remove unnecessary React propTypes from the production build.
- babel-loader
- url-loader
- file-loader
- style-loader
- css-loader