How to create first React js Project ?

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