Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 466 Bytes

File metadata and controls

29 lines (23 loc) · 466 Bytes

React Router Starter

Tech Stack

  • React
  • React Router
  • Tailwind CSS V4
  • Daisy UI
  • Resend
  • TypeScript
  • Prisma / PostgreSQL

Features

  • (Should work without JS)
  • Login
  • Signup
  • Forgot Password
  • Reset Password
  • OTP Login
  • OTP Login Validation
  • Email Verification

How to use

  • Clone the repository
  • Setup .env file from .env.example
  • Start the docker dev db with docker compose up -d
  • Run npm run dev to start the development server.