alex996 / spotify-search

Home Page:https://alex996.github.io/spotify-search/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-search

Search artists and their albums on Spotify.

Demo

See this project live on GitHub Pages. Just beware that GitHub Pages doesn't support SPA routing, so manual page reloads may cause a 404 page. In general, the front-end handles reloads gracefully as long as the server is configured to fall back to index.html. As such, you won't encounter this issue in dev, for example.

Installation

# Clone the repo
git clone https://github.com/alex996/spotify-search.git

cd spotify-search

Development

# Start a dev server
npm start

Production

# Build a prod bundle
npm run build

# Serve prod bundle
npm run serve

About

https://alex996.github.io/spotify-search/


Languages

Language:JavaScript 78.3%Language:CSS 19.4%Language:HTML 2.3%