create-remix-breeze
CLI:npx create-remix-breeze@latest my-breeze-app
cd my-breeze-app
.env
file:touch .env
cp -i .env.example .env
npm install
npx prisma db push
npx prisma generate
npx prisma db seed
user
and admin
roles in the Role table. And the follwing test user:user@test.com
Password@123
npx run dev
npx prisma studio