An interactive radio music platform
Production: https://museradio.live/
Inpired by the lofi girl videos with the idea of making it interactive.
Does not work on mobile devices right now, but you can use this on desktop, laptop or tablet just fine.
# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install
# Run the client & server with concurrently
npm run dev
# Run the Express server only
npm run server
# Run the React client only
npm run client
# Server runs on http://localhost:5000 and client on http://localhost:3000
Zeeshan