Skip to main content

Command Palette

Search for a command to run...

How to create first React js Project ?

Updated
1 min read
S

I love learning about technology and sharing that with others

Steps

  1. Make sure node and npm is installed

  2. npm install -g create-react-app

  3. Create a project

npx create-react-app myaudioplayer

  1. Initialize git repository and commit changes

  2. Run in local

npm start

  1. To Create a build run the command ,
npm run build
16 views

More from this blog

H

hashcodehub

271 posts

Consistent, Passionate and Organized :)