How to create first React js Project ?
Steps
Make sure node and npm is installed
npm install -g create-react-app
Create a project
npx create-react-app myaudioplayer
Initialize git repository and commit changes
Run in local
npm start
- To Create a build run the command ,
npm run build