Skip to content

thethmuu/project-starter-kit

Repository files navigation

Starter Setup for Your Next Project

  • React, Next.js, TailwidCSS, Next-Auth, Prisma, TypeScript and Authentication

Generate secret codes for Env

Click this link to generate

Getting Started

  • rename .env.example to .env
  • npm install or yarn
  • npx prisma migrate dev for database schema migration
  • run the development server:
npm run dev
# or
yarn dev

Now, your project is ready with sign in, sign out functions and basic UI.
For registration, API is ready to use. Trigger POST method to '/api/auth/register' and send data.

About

Starter Kit for React, Next.js, TailwidCSS, Next-Auth, Prisma, TypeScript Projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published