This is a end-to-end typesaftey Next.js project bootstrapped with create-next-app
.
First, install all project dependencies:
npm run install
Second, run the following commands to generate prisma
client and seed your db
:
npx prisma generate && npx migrate dev && npx prisma seed db
after seeding your db
, you'll have a default user to log into the app.
Last, start the project:
npm run dev
And that's it, to get your project up and running!