create-next-starter-template
v0.1.4
Published
A template for starting a new Next.js project
Readme
Next.js starter template
with preinstalled
- nextauth
- prisma
- redux
- tailwind
- shadcn
Getting Started
Run
npm create next-starter-template@latest myappcd myapp
npm install or pnpm installAdd environment variables
DATABASE_URL="postgres://username:password@host:port/database"
NEXTAUTH_SECRET='SECRET' #use base64 secret string
GOOGLE_CLIENT_ID=''
GOOGLE_CLIENT_SECRET=''
NEXT_PUBLIC_BASE_URL='http://localhost:3000' #your app urlContribution
- All contributions are welcome
- Report issues or contribute to this at Github repo
