- clone this repo
cd client
, thennpm
oryarn
installcd ../server
, thennpm
oryarn
install- Add any music you would like to serve into
/server/music
(these files will be dynamically exposed to client) - Start server from /server dir
npm start
which defaults tolocalhost:8080
- Start client from /client dir
npm start
which runs a react app fromlocalhost:3000
, and proxies all calls tolocalhost:8080
This is not a secure application. It is only a proof of concept!