8000 GitHub - kjazeng/react-audio-player: A standard React audio player
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kjazeng/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

About

A standard React audio player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.9%
  • CSS 24.0%
  • HTML 12.1%
0