Create-React-App is a utility script that: Creates a skeleton React project with a bunch of files and folders, already there for us, a bunch of settings configured automatically right out of the gate. Sets it up so that Js files are run throughout Babel automatically, so we dont have toRead More →