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
.
To start project:
# Install dependencies
$ npm install
# Start project under development
$ npm run start:dev
# Run build script to make project ready for production
$ npm run build
MIT