Skip to content

mtnoronha/nextjs-playground

Repository files navigation

What is this?

This is a Next.js project bootstrapped with create-next-app.

Prisma as the ORM with MySQL.

TailwindCSS with DaisyUI for the UI.

Why?

My plan is to use Next.js in the near future thus this is my initial playground to test things and see how it works.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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