/next.js-starter

🧀 A Next.js simple starter

Primary LanguageTypeScript

This is a Next.js project starter

Introduce

  1. 🔫 UI Library: next-ui
  2. 🦯 eslint & prettier. tips: The Folders and files clearly use KEBAB CASE
  3. 🔒 auth: NextAuth
  4. 📦 orm: drizzle-orm

Getting Started

First, install the dependencies and run the docker-compose.yml:

pnpm install
&
docker-compose up

Second, run the development server

pnpm run dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.