Skip to content

eyas-ranjous/fullstack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

fullstack-starter

Minimal fullstack TypeScript monorepo.

Structure

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

Setup

Install dependencies:

pnpm install

Run development servers:

pnpm dev

Run individually:

pnpm dev:api
pnpm dev:web

Local Development

API runs at:

http://localhost:3000

Web runs at:

http://localhost:5173

About

🍺 Fullstack Typescript starter for building apps with AI agents

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages