A streamlined full-stack template with traditional SPA + API architecture built on Tanstack, engineered for accelerated development
Not everyone needs SSR, this template is dedicated to developers who only need SAP
Clone and start coding - batteries included.
This project is built using the following technology stack:
cp .env.example .env
Set your DATABASE_URL, default is postgresql
pnpm i
# Create the postgresql database
pnpm run db:push
pnpm dev
pnpm build