Minimal fullstack TypeScript monorepo.
fullstack-starter
βββ apps
β βββ api
β β βββ src
β β β βββ routes
β β β β βββ health.ts
β β βββ server.ts
β β
β βββ web
β βββ src
β β βββ api.ts
β β βββ useHealth.ts
β β βββ main.tsx
β β βββ App.tsx
β β βββ index.css
β βββ index.html
β
βββ packages
β βββ shared
β βββ src
β β βββ contracts
β β β βββ health.ts
β βββ index.ts
β
βββ skills
β βββ create-api-endpoint
β β βββ SKILL.md
β βββ create-react-feature
β βββ SKILL.md
β
βββ AGENTS.md
βββ README.md
Install dependencies:
pnpm installRun development servers:
pnpm devRun individually:
pnpm dev:api
pnpm dev:webAPI runs at:
http://localhost:3000
Web runs at:
http://localhost:5173