Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 679 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 679 Bytes

Next.js Dashboard

This project is a complete and modified version of Next.js app router template, hosted on Vercel.

🚀 View demo | 在线预览

Tech Stack

  • Next.js 14 app router
  • Tailwind for styling
  • NextAuth for login authentication
  • vercel/postgres for data storing

Get Started

  • npm i install all dependencies
  • npm run dev develop on local server

Project Structure

  • To learn more about the project structure and steps to configure Postgres on Vercel, please refer to Next.js App Router Guide.