Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 748 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 748 Bytes

Authentication Boilerplate with Next.js, React, Tailwind CSS, DaisyUI, and Firebase 🔒 A ready-to-use authentication boilerplate for modern web apps, featuring:

Frontend: Next.js, React, Tailwind CSS, DaisyUI for a responsive and customizable UI. Backend: Firebase for secure user authentication (sign-up, login, email verification). Clean file structure and reusable components for efficient development. Built with scalability, flexibility, and best practices in mind. 🛠️ Tech Stack: Frontend: Next.js, React, Tailwind CSS, DaisyUI Backend: Firebase Get started quickly and build secure, modern applications with ease!

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev