A client-side React app for discovering music
Clone this repo to your desktop and run npm install or yarn install to install all the dependencies.
Run npm run build or yarn build to create the build folder for deploys
You can run the build files on a static server by first installing serve
npm install -g serve
and then running:
npm install -g serve
serve -s build
- React - UI and state management
- Spotify Web API - API data
- Yarn - dependency management