Next: Facebook's Create React App, Previous: React App Boilerplate, Up: React Development Workflow [Index]
"React project template with advanced Webpack setup."
While the original Pro React book App Boilerplate is purposefully simple to show the minimal setup needed to create React projects with Webpack and Babel, this is a more complete setup. It is based on the Appendix A (entirelly dedicated to Webpack) and features
git clone git@github.com:pro-react/react-app-advanced-boilerplate.git
npm install
npm start
public
folder,
app
folder.
npm run build
bundle.js
file in the build
folder.