Skip to content

Latest commit

 

History

History

frontend

Frontend

Mon's frontend app is react & typescript app which using MUI for styling, in order to run it you need NVM (Node Version Manager) installed.

Install NVM here

Running locally using NVM (make sure you are in the frontend root folder) -

Localhost is running with staging server, you can find it on the env file, the rest configurations are coming from the server.

Use the correct node version:

nvm use

Install all the relevant packages:

yarn install

Run the app:

yarn start

Run the app unit tests:

yarn run test