React Set up

Install node js on your computer if you haven’t done so. Here is the link.

Create your project by using this command:

npx create-react-app your-app-name

For example: npx create-react-app pizza

Go into your app using this command:

cd your-app-name

Start your application using this command:

npm start

Congratulations! You have just set up your react project.




Subscribe To Our Newsletter
You will receive our latest post and tutorial.
Thank you for subscribing!

required
required


Leave a Reply

Your email address will not be published. Required fields are marked *