Get started faster.
git clone https://github.com/drouhard/react-webpack-boilerplate
cd react-webpack-boilerplate
npm i
npm run build
Webpack will build from src/ and produce javascript in dist/. CopyWebpackPlugin will also copy over index.html and the whole css directory. Use npm run webpack
during development for file watching, and npm run build
as a one-off.