Create React apps with no build configuration
The create-react-app
command line tool makes it easy to generate
a fully configured React project. Don't want to tinker endlessly with
build tools and configurations which are constantly changing and breaking? Move
that responsibility to create-react-app
.
Part of tutorial
Project Setup