Google Drive music player for the web
- Backend API : NodeJS
- Frontend : ReactJS + Typescript + Redux + Saga
$ 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