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:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
npx create-react-app your-app-name
For example: npx create-react-app pizza
npx create-react-app your-app-name For example: npx create-react-app pizza
npx create-react-app your-app-name

For example: npx create-react-app pizza

Go into your app using this command:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
cd your-app-name
cd your-app-name
cd your-app-name

Start your application using this command:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
npm start
npm start
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 *