Outline
Outline
Exercise: Create a New React App
https://stackblitz.com/edit/react-fgr67v
Objectives
1) Download this stackblitz project and get it to run locally on your computer.
Hints:
- Run npm install
- npm start
2) Create a brand new React app locally on your computer using CRA (Create React App).
- docs are at https://create-react-app.dev/docs/getting-started
- npx create-react-app my-app