1. create-react-app #

Created Monday 20 July 2020

Why #

To avoid manual setup. The script:

  1. Downloads and installs React and core dependencies.
  2. Sets up Babel (the transpiler).
  3. Creates a basic skeleton of the app to start development with.

How #

What #

Steps to create app