This is the frontend application for the Mood Trackers application
-
Install dependencies:
yarn install -
Create the environment variable file:
touch .env -
Update the environment variable with following content:
VITE_BASE_URL=http://127.0.0.1:3000/api/v1
- Start the server:
yarn dev