Skip to content

Starter template with Next.js, prisma, next-auth and Tailwind CSS

Notifications You must be signed in to change notification settings

GGAlanSmithee/next-js-starter

Repository files navigation

Starter template with Next.js, prisma, next-auth and Tailwind CSS

installation / development

  • install npm dependencies: npm i
  • initialize prisma: npx prisma migrate dev
  • run the application: npm run dev

What's included?

Everything you need to get started, and nothing more.

  • next.js, the best React framework there is in terms developer experience
  • prisma, modeling, migrating and querying of your database with automatic generation of ts definitions
  • next-auth, jwt based authentication using credentials
  • tailwind CSS, the most flexible and sensible styling system out there

What could be included?

  • redux using redux-toolkit and next-redux-wrapper (let me know if you want this)

About

Starter template with Next.js, prisma, next-auth and Tailwind CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published