Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 332 Bytes

BudgetApp

Setup

Install all dependencies using the following command:

yarn install

Create a .env with the following content and apply to your configuration:

VITE_API_URL=http://localhost:9000/api

Start the app

Start the app using yarn dev. It runs on http://localhost:5137 by default.