Project Awesome project awesome

Free Templates > spartan-stack-starter

An Opinionated Template Project Starter using Spartan Stack.

Package 1 stars GitHub

Spartan Stack Starter

An Opinionated Template Project Starter using Spartan Stack

Tech Stack

Get Started

  1. Clone the repo
  2. Install deps with pnpm install
  3. Create a supabase project at Supabase
  4. Create a .env file at root fill in supabase project id and pub key vars
  5. Run pnpm run db:push- will populate your supabase db with defined drizzle schemas located apps/app/src/server/db/schema.ts
  6. Run pnpm run start - starts the app
Back to Angular