/redux-hooks-audio-player

Quick demo of an audio player using only functional components and Redux hooks.

Primary LanguageTypeScript

Running locally:

  1. cp .env.local.example .env.local
  2. Get a SoundCloud API key.
  3. Replace client_id in .env.local with your SoundCloud API key
  4. yarn start