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.
- Next.js 13 (App Router)
- Tailwind CSS
- Shadcn Components
- v0 AI Components by Vercel (Alpha)
- Bun as the npm installer and builder
- Vercel as the deployer
To install the dependencies, run:
bun install
To start the development server, run:
bun run dev
bunx shadcn-ui@latest add table
bunx v0 add GkNjwEC
Actually this project has a mock authentication system. You can login with any username and password in app/api/data/users.json
file.
- 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