Hopae Assignment

Check Our Issue Page for more information about the assignment.

Installation

$ yarn install

Set env file

Add .env to root directory.

# .env
PORT=3000
REACT_APP_API_URL=MOCK-SERVER-URL OR LOCAL-SERVER-URL

Running the app

$ yarn start