Jammming is a web app for creating Spotify playlists.
This project was created using Create React App.
Use npm to install.
From the command line, navigate to the project directory and run:
To run the app in development mode, in src/util/Spotify.js
update clientId
to be your Spotify Client ID and redirectUrl
to be 'http://localhost:3000'.
Then, in the project directory, you can run:
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.