Spotify clone for GogoApps code challenge built with React v16.12, Hooks API and friends See demo
- Built with Functional Components on top of idanlo/react-spotify-api
- Supports HMR
- Supports Code Splitting
For local development follow these steps:
npm install
cp env.example .env
- Change
SPOTIFY_CLIENT_ID
andSPOTIFY_REDIRECT_URI
to your respective Spotify Developer credentials npm run development
- APP is served at
http://localhost:7777