Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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),