Skip to content

gracekishino/jammming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jammming

Jammming is a web app for creating Spotify playlists.

This project was created using Create React App.

Installation

Use npm to install.

From the command line, navigate to the project directory and run:

npm install

Usage

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:

npm start

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.

Tests

npm test

Launches the test runner in interactive watch mode.
See the section about running tests for more information.

Build

npm run build

Builds the app for production to the build folder.

License

MIT