Built with TypeScript + React + Redux + Spotify Web API + Jest + Enzyme + Cypress + styled-components
- Visit https://developer.spotify.com/console/get-current-user to get your personal Spotify token and place it in
.env
file in a variable after=
sign according to.env-example
- Run
npm install && npm start
oryarn && yarn start
in the root folder
- Run
npm test
for unit tests - Run
npx cypress run
for integration tests