Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 347 Bytes

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