0.4.3 • Published 1 year ago

create-next-quick-app v0.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago