Skip to content

atillay/cloud-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Music Player

Google Drive music player for the web

Stack

  • Backend API : NodeJS
  • Frontend : ReactJS + Typescript + Redux + Saga

Quickstart

  • $ cp api/.env.example api/.env and configure
  • $ cd api && npm install && npm start
  • $ cp client/.env.example client/.env and configure
  • $ cd client && yarn install && yarn start