Skip to main content

Command Palette

Search for a command to run...

How To Get Start With React-Create Your First Project

Published
1 min readView as Markdown
How To Get Start With React-Create Your First Project
A

I am a Java Developer with 3 years of knowledge back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best software developer that I can be and to contribute to the technology industry all that I know and can do.

Getting Ready

We will be using the Node package manager (npm), so you will need to have Node installed on your computer. To check if you have Node installed, run this command in your terminal:

 node -v

Creating React App

Open Vs Code or any other Editor

Run the following command in terminal

  npx create-react-app <app_name>

After the successful completion go to terminal and type the following

 cd <your_app_name>
 npm start

Then go to http://localhost:3000/

Then you will see this page

react_setup-038-default-react-app.webp

Happy Coding🔥

15 views
S
Sujithra5y ago

I appreciate you Alan Keep going.....

1