synthetic
synthetic copied to clipboard
Spotify integration and song analytics visualization
trafficstars
Synthetic
A client-side React app for discovering music
Setup
Clone this repo to your desktop and run npm install or yarn install to install all the dependencies.
Deployment
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
Built With
- React - UI and state management
- Spotify Web API - API data
- Yarn - dependency management