A minimal starter template for building projects, created by and configured for AI agents.
- React 19
- TypeScript 7
- Vite
- TailwindCSS v4
- oxlint + oxfmt
- Vitest
- Husky pre-commit hook
Run one of the following:
npx giget gh:itswil/starter my-new-project
pnpm dlx giget gh:itswil/starter my-new-project
bunx giget gh:itswil/starter my-new-project
# nobody uses yarnpnpm i
pnpm devpnpm dev # Start dev server
pnpm build # Build for production
pnpm preview # Preview production build
pnpm fmt # Format code
pnpm fmt:check # Check formatting
pnpm lint # Lint code
pnpm lint:fix # Fix lint issues
pnpm test# Run tests (watch mode)
pnpm test:run # Run tests once (CI)