Skip to content

fabiolnm/nextjs14-mui-prisma-boilerplate

Repository files navigation

Next.js MUI Boilerplate

This utility helps to quicly set up a new Next.js project with some conveniences

Create a new project

npx create-next-app@14  \
    --typescript        \
    --eslint            \
    --app               \
    --use-npm           \
    --example https://github.com/fabiolnm/nextjs14-mui-prisma-boilerplate

Using prisma

# Make changes to schema.prisma then update the database
npx prisma db push

# When the changes are good to go, migrate to the database
# This command will create a SQL migration file in prisma/migrations
npx prisma db migrate dev

# Seed the database with some data
npx prisma db seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published