A react js frontend
-
Clone the repository
-
Install dependencies using
yarn install
from the app root -
Create an
.env
file and specify theAPI_DOMAIN
-
Link to
API_DOMAIN
repo -
Start the development server using
yarn start
-
Link to Codesandbox
Since the frontend is mostly acting as a presentational layer with the app backbone in the backend, writing tests commenced there