- React Router (Framework mode)
- libSQL + Kysely
- Valibot
- Vitest
- Biome
- TypeScript
- Claude Code
- GitHub Actions
- Docker
See docs/ for detailed guidelines:
- docs/guidelines.md - Overall structure and coding conventions
- docs/adapters.md - External system connections
- docs/data.md - Shared data structures
- docs/models.md - Domain logic and data access
- docs/routes.md - HTTP routing and UI
- docs/components.md - Reusable UI components
pnpm dlx create-react-router@latest my-react-router-app --template https://github.com/oreshinya/ore-stackpnpm installpnpm tsx tasks/remove-samples.tspnpm tsx tasks/db.ts latestpnpm devpnpm typecheckpnpm lint:fixpnpm testpnpm buildThis creates:
build/- React Router application (built with Vite)dist/- Server and tasks (built with esbuild)
pnpm start:servernode dist/tasks-{task-name}.js