DEV Community

Sahand
Sahand

Posted on

Create and Start React Project

os: Windows
Step1: Internet connection
step2: Install Node.js
Step3: Open cmd
step4: npx create-react-app my-react-app
step5: cd my-react-app
step6: npm start

Top comments (0)