- React Router (Framework mode)
- libSQL + Kysely
- Valibot
- Vitest
- Biome
- TypeScript
- Claude Code
- GitHub Actions
- Docker
See CLAUDE.md for coding conventions and architecture patterns.
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