An app created with react and redux that connects to the spotify API and allows you to play around. 🍹
Start dev server with hot reload 🔥
yarn dev
Build your production artifact to build folder
yarn build
Build your app and serve it via a tiny express server
yarn start
Run unit tests ✅
yarn test