React-based client-side mp3 player
git clone https://github.com/jacobator/djplaya.git
cd djplaya
npm install
npm rebuild node-sass
npm start
open localhost:3000 in your browser
npm run build
cd dist
ls
or
npm run build:bs
to build and serve static files from localhost:3000