Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 588 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 588 Bytes

djplaya

React-based client-side mp3 player

Upload Manager

DJ Controller

Installation

git clone https://github.com/jacobator/djplaya.git
cd djplaya
npm install
npm rebuild node-sass

Starting in dev mode

npm start

open localhost:3000 in your browser

Building prod files

npm run build
cd dist
ls

or

npm run build:bs

to build and serve static files from localhost:3000