Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/madmax2506/nextjs-boilerplate

Custom Next.js Boilerplate
https://github.com/madmax2506/nextjs-boilerplate

biomejs commitlint husky nextauth nextjs prisma react shadcn-ui t3-stack tailwindcss typescript

Last synced: 29 days ago
JSON representation

Custom Next.js Boilerplate

Awesome Lists containing this project

README

        

# Next.js Boilerplate

## Technologies

- [Next.js](https://nextjs.org)
- [NextAuth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [TypeScript](https://www.typescriptlang.org)
- [Tailwind CSS](https://tailwindcss.com)
- [shadcn/ui](https://ui.shadcn.com/)

## Deployment

- [Vercel](https://create.t3.gg/en/deployment/vercel)
- [Docker](https://create.t3.gg/en/deployment/docker)

## Getting Started

1. Copy `.env.example` to `.env` and fill in the required environment variables.
1. Set the application name in [`package.json`](./package.json).
1. Set the application title & description in [`messages`](./messages).
1. Run `pnpm install` to install the dependencies.
1. Run `pnpm db:create` or vs-code task `Create Database` to create the database.
1. Run `pnpm db:seed` to seed the database.
1. Run `pnpm dev` or vs-code task `Dev` to start the development server.