First, run the development server:
npx create-vngne-boilerplate@latestConfigure your environment variables in .env file.
vi .envRun local development server:
pnpm devMigrate database
pnpm run db:migratepnpm run db:studioDatabase seeding
pnpm run db:seedOpen http://localhost:3000 with your browser to see the result. Use Style Guide for Consistent Development
Modern Javascript Stack
- Next.js App Router - learn about Next.js features and API.
- Prisma ORM - PostgreSQL
- Auth JS - Credentials Providers
- Dependencies/ third-party library
With shadcn/ui Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source. Generate UI v0
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
