Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/madmax2506/nextjs-boilerplate
- Owner: MadMax2506
- Created: 2024-10-21T20:07:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T21:43:24.000Z (3 months ago)
- Last Synced: 2024-10-24T09:43:43.380Z (3 months ago)
- Topics: biomejs, commitlint, husky, nextauth, nextjs, prisma, react, shadcn-ui, t3-stack, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.