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

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

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

Okay