React
Fundamentals of React - Starting a New React App

Exercise: Create a New React App

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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
 

I finished! On to the next chapter