This is a simple Next.js starter template bootstrapped with create-next-app
. Prettier and ESLint are included and configured with a bunch of rules. It also comes with a basic GitHub workflow.
Stack:
- Next.js
- TypeScript
- Tailwind CSS
- next-intl
- Prettier
- ESLint
- typescript-eslint
- pnpm
- Vitest
- Testing Library
First, run the development server:
pnpm dev
Open 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