Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 849 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 849 Bytes

Desound – A place for discovering similar artists and learn more about the bands that you love.

Desound on different devices

Description

Desound is a place where you can find out more about the bands that you love. It is powered by Last.fm, a playground for music lovers from all over the world. Desound is build with React as a learning experience in a javascript course held at Medieinstitutet in Stockholm. It is based on create-react-app.

Setup

To start project:

# Install dependencies
$ npm install

# Start project under development
$ npm run start:dev

Build

# Run build script to make project ready for production
$ npm run build

License

MIT