create-next-quick-app
v0.4.3
Published
CLI for create a Next.js app with a boilerplate
Downloads
9
Maintainers
Readme
Create Next Quick App
Create a new Next.js app with a quick setup.
npx create-next-quick-app
Config
- select your appName
- select your package manager (pnpm, npm, yarn)
- select your database type (mysql, sqlite, postgres)
- select your template (navbar-top, sidebar, nothing)
Tech
- next.js
- tailwindcss
- shadcn UI
- prisma
- next auth with google provider
- Lucide react icon
- Zustand
Setup DB
- Change env variables in
.env
- Run
npx prisma migrate dev
- Run
npx prisma generate
- Run
npx prisma studio
for DB management UI
Start App
- Run
(npm | yarn | pnpm) run dev
Comming Soon
- What do you want to do?
- Fell free to open an issue or submit a pull request