Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2 KB

README.md

File metadata and controls

46 lines (32 loc) · 2 KB

fullstack

Getting Started

First, run the development server:

git clone https://github.com/ekovegeance/Fullstack-Nextjs-Templates.git
npm install && npm run dev

Configure your local environment

cp .env.example .env

Migrate database

npx prisma migrate dev --name init
npx prisma studio

Open http://localhost:3000 with your browser to see the result. And see Documentation

Tech Stack

Modern Javascript Stack

With shadcn/ui Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source. Generate UI v0

Show more

Deploy on Vercel

Deploy with Vercel

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.