bun install
cd frontend
bun installYou need two terminals to run the project. One for the frontend and one for the backend.
bun run dev cd frontend
bun run devIf you want to run directly on you device you can use my docker image for that.
docker pull 0prashantyadav0/expense-trackerdocker run -p 3000:3000 -p 3000:3000 0prashantyadav0/expense-trackerNow you can access the app on localhost:3000
This project was created using bun init in bun v1.1.3. Bun is a fast all-in-one JavaScript runtime.