/react-webpack-es6-starter

React Webpack ES6 Starter

Primary LanguageJavaScript

React Webpack ES6 Starter

Boilerplate project using Webpack and ES6 w/ React.

Setup

git clone git@github.com: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.

Running

npm start

Compiling the bundle.js

npm run prod