React
Fundamentals of React - Starting a New React App

Solution: Create a New React App

PRO

Solution: 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
 

I finished! On to the next chapter