- clone this repo
cd client, thennpmoryarninstallcd ../server, thennpmoryarninstall- 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 startwhich defaults tolocalhost:8080 - Start client from /client dir
npm startwhich 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!