Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicobocq/next-boilerplate
NextJs boiletplate
https://github.com/nicobocq/next-boilerplate
husky lint-staged next-safe-action nuqs prettier shadcn-ui vitest
Last synced: about 1 month ago
JSON representation
NextJs boiletplate
- Host: GitHub
- URL: https://github.com/nicobocq/next-boilerplate
- Owner: NicoBocq
- Created: 2024-09-06T12:49:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T15:12:27.000Z (3 months ago)
- Last Synced: 2024-11-22T14:45:49.771Z (about 1 month ago)
- Topics: husky, lint-staged, next-safe-action, nuqs, prettier, shadcn-ui, vitest
- Language: TypeScript
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple [Next.js](https://nextjs.org) boilerplate.
## Getting Started
First, run the development server:
```bash
pnpm dev```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Dependencies
- UI: [Shadcn](https://ui.shadcn.com/)
- Prettier: [Prettier](https://prettier.io/)
- Pre-commit: [Husky](https://typicode.github.io/husky/)
- Validation: [Zod](https://zod.dev/)
- Search Params: [Nuqs](https://nuqs.dev/)
- Safe actions: [Next-Safe-Action](https://next-safe-action.dev/)
- Env: [t3-oss/env-nextjs](https://env.t3.gg/)
- Test: [Vitest](https://vitest.dev/)## Custom components
- icon with Lucide icons,
- customLink (styled with buttonVariants from Shadcn),
- customFormSubmit (loading implemented and styled with buttonVariants from Shadcn),