Create A New React App

March 2022

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
end of line