Previous: Advanced Boilerplate, Up: React Development Workflow [Index]
Facebook released a tool to create React Apps with no need for configurations
or boilerplates. If you’re just begining to learn React, you might want to use
create-react-app
instead of using this boilerplate project. Behind the
scenes, create-react-app uses Webpack and Babel.
You might still want to use this boilerplate if you want to see how Webpack and Babel can be manually configured in a project.