Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 860 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 860 Bytes

Deezer search react app

This is a react app with TypeScript intended to query the Deezer API. This app uses a local REST API to be used as an interface between the Deezer api and the React app. The local api is found Here.

Prerequisites

  • Node Js installed at least version 10

How to run the api

  • Clone the repo
  • On the root folder run
    npm install
  • This should install all dependencies
  • Make sure that the Local Rest API is up and running otherwise, you won't be able to query the API
  • Then run
   npm run start
  • The start script will start the app on port 3000 if available and launch the browser
  • Enjoy the APP 🎉