DEV Community

stuxnat
stuxnat

Posted on • Edited on

2 1

Starting a React App

How to start a React app:

The first thing to do is make sure to have Node.js and Node Packet Manager (NPM) installed on your system.

Then, run:

npx create-react-app example-app

Now, we can cd into the app directory.

cd example-app

Start the server by running npm start

Top comments (2)

Collapse
 
iankduffy profile image
Ian Duffy

That a react app not a rails one.

Collapse
 
stuxnat profile image
stuxnat

oops! thanks for pointing that out! Fixed it.

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