Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 391 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 391 Bytes

expenses-app

Web demo

Stack:

  • TypeScript
  • Bun
  • Hono
  • Vite
  • React
  • Tanstack
    • Router
    • Query
  • Shadcn
    • Tailwind
  • Zod

To install dependencies:

bun install

To run for dev:

bun dev

cd to frontend folder and run

bun run dev

To build run in frontend folder:

bun run build