spotify-clean-complete

To start this app

since this project has Client and Server folders separately, run $ cd server $ npm run to start up Server side(localhost://3000)

next, $ cd client $ npm start

to start up Client side(localhost://3001)

Then the whole project starts up!!!!

app uses express.node in backend, react in frontend.