This starter kit is designed to get you up and running with react.js, built on top of webpack module bundler. It is already setup to provide hot reloading, CSS preprocessing with PostCSS and SASS, CSS modules, image optimization and more.
git clone https://github.com/isurajkc/react-webpack-starter.git
npm install
Open your favorite terminal and run these commands.
npm start
For production build:
npm build
We're constantly working on adding new features. Bug reports and pull requests are welcome.