Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 318 Bytes

File metadata and controls

15 lines (10 loc) · 318 Bytes

TeamExpense — Team Expense Tracker

A full-stack TypeScript expense tracker for teams.

Quick Start

# Backend
cd backend && npm install && npm run dev

# Frontend (separate terminal)
cd frontend && npm install && npm start

Backend runs on http://localhost:3001, frontend on http://localhost:3000.