Boilerplate project using Webpack and ES6 w/ React.
git clone [email protected]:pairshaped/react-webpack-es6-starter.git
rm -rf react-webpack-es6-starter/.git
mv react-webpack-es6-starter your_project_name
cd your_project_name
npm install
Edit the package.json and add your project info.
npm start
npm run prod