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.

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay