/spotify-react-app

Spotify React App

Primary LanguageJavaScript

Spotify React App 🎸 🎸🎸

Build Status

An app created with react and redux that connects to the spotify API and allows you to play around. 🍹

Demo

Getting Started

Commands

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