22
Create a React App (Video)
Hi guys!
Ok so in many of my tutorials related to react JS, I have not mentioned how to get started with React JS or how to create a react app.
If you want to learn how to create an application in react js and follow along with my tutorials you can watch the below video in which I tell step-by-step how to create a react app and the commands needed.
If you want to learn how to create an application in react js and follow along with my tutorials you can watch the below video in which I tell step-by-step how to create a react app and the commands needed.
These are the commands I used in the VS code terminal in the video.
npx create-react-app appname
cd directoryname
npm start
Like my work? Buy me a coffee!

Until next time,
Cheers :)
Cheers :)
22