This is a simple TanStack Start starter template bootstrapped with TanStack CLI. Prettier and ESLint are included and configured with a bunch of rules. It also comes with a basic GitHub workflow and Dependabot configuration.
Stack:
- TanStack Start
- TanStack Query
- TypeScript
- Tailwind CSS
- Paraglide JS
- Prettier
- ESLint
- typescript-eslint
- pnpm
- Vitest
- Testing Library
First, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
Check
pnpm lint
Fix
pnpm lint:fix
Check
pnpm prettier
Fix
pnpm prettier:fix
With Vitest
pnpm test
pnpm types