automatically pulls in a ton of dependencies such as babel , webpack , eslint
a development server with hot reloading
provides a testing environment with Jest
allows to build the React app
ready for ES6+ syntax
bundles all your JavaScript and assets
comes with CSS autoprefixer, SASS and CSS Modules support
//install create-react-app
npm install -g create-react-app