Simply opening index.html in the browser should work
All React components are in /src/, and the transpiled version is /dist/app.min.js. Stylesheets and images are in /assets/.
App.js
|__ SpotifyApp
|__ SearchForm
|__ SearchResults
|__ SearchItem
|__ SearchItem
- The application uses a library called isomorphic-fetch to make async AJAX requests