How to create a react-app
Candie

Candie @candie_code

About: Writing codes is an avenue for me to share my creativity with the world. Blogging about it is an avenue for me to share my solutions with other developers. Welcome to my world!

Location:
http://localhost:3000/candie-code
Joined:
Apr 23, 2023

How to create a react-app

Publish Date: Apr 23 '23
0 0

Step 1;
Open your code editor(preferably VSCODE)

Step 2;
Open your terminal on your code editor (There are some menus at the top of your VSCODE app, the terminal is one of them

Image description

Step 3;
Enter the following commands;
npx create-react-app <name-of-your-project-here>

Image description
Step 4;
After some minutes or seconds, the process will completed and your terminal should look like this;
Image description
Step 5;
Click on open folder inside your VSCODE to locate the project you just created

Step 6;
select/drag and drop in your vscode, and there you have your new react app.

Image description

Step 7
Run npm start command to get started

Comments 0 total

    Add comment