DEV Community

Candie
Candie

Posted on

How to create a react-app

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

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Cloudinary image

Video API: manage, encode, and optimize for any device, channel or network condition. Deliver branded video experiences in minutes and get deep engagement insights.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay