Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 538 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 538 Bytes

A guide to building audio players for React apps

Read the step-by-step guide here: ...

Clone project

You can download or clone this project by running this command from your terminal:

git clone https://github.com/Ibaslogic/react-audio-player

Then:

cd react-audio-player
npm install
# or
yarn
npm run dev
# or
yarn dev

You should see the app in your browser address bar at http://localhost:3000