✨ An Opinionated Template Project Starter using Spartan Stack ✨
- Spartan UI - UI
- Supabase - Database
- Drizzle - ORM (The P is silent)
- Angular - UI Framework
- RxJs Needed an R tech but still very useful!
- tRPC - Type Safety
- TailwindCSS - Styles
- Analogjs - Angular SSR Meta-framwork
- NgRx Signals - State Management
- Clone the repo
- Install deps with
pnpm install
- Create a supabase project at Supabase
- Create a .env file at root fill in supabase project id and pub key vars
- Run
pnpm run db:push
- will populate your supabase db with defined drizzle schemas locatedapps/app/src/server/db/schema.ts
- Run
pnpm run start
- starts the app