First, run the development server:
npx create-vngne-boilerplate@latest
cd your-project-name
npm run dev
Edit your .env
file
Migrate database
npx prisma migrate dev --name init
npx prisma studio
Database seeding
npx prisma db seed
Open 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.