Create A New React App

Quick reference from the docs](https://reactjs.org/docs/create-a-new-react-app.html) using [create-react-app

npx create-react-app site
cd site
npm start
~ fin ~