Skip to content

shettypuneeth/react-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-music-player

A simple audio player written in ReactJS

Audio Player

Install

$ npm install
# install all the packages locally

Build

Bundling the javascript using webpack

$ webpack -d
# -d switch bundles in dev mode

If you don't want to compile after every change, use the following

$ webpack --progress --colors --watch

Compiling sass to css

$ npm start
# with npm you can run tasks defined in package.json
Music courtesy : http://freemusicarchive.org
All credits belong to the artists

About

A simple audio player written in ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published