Skip to content

Ibaslogic/react-audio-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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