Skip to content

diegofcornejo/nextjs-shadcn-v0-template

Repository files navigation

Next.js 13 + Tailwind CSS + Shadcn + v0 Starter

This project is a starter template for a static website utilizing various modern web development technologies. The main motivation behind this project is to learn and gain hands-on experience with these technologies.

Technologies Used

Installation

To install the dependencies, run:

bun install

Development

To start the development server, run:

bun run dev

Install shadcn / v0 AI components

bunx shadcn-ui@latest add table
bunx v0 add GkNjwEC

Authentication

Actually this project has a mock authentication system. You can login with any username and password in app/api/data/users.json file.

TODO

  • Add a real authentication system with a database or a third-party service
  • Manage sessions with cookies
  • Add a full example of a CRUD app

Releases

No releases published

Packages

No packages published