Skip to content

Latest commit

 

History

History
83 lines (66 loc) · 1.8 KB

README.md

File metadata and controls

83 lines (66 loc) · 1.8 KB

Nextjs-clerk-tailwind-ts

Nextjs clerk and typescript Tailwind responsive.

This repository offers a template for developing web applications with Next.js, Clerk for authentication, TypeScript for static typing, and Tailwind CSS for a modern, responsive design. Ideal for fast, scalable projects with an optimized configuration.

Home

Step1

Home mobile

Step1

Navbar responsive

Step1

Sig in

Step1

Sig up

Step1

Home login

Step1

Navbar login

Step1

Dashboard

Step1

Dashboard mobile

Step1

Create .env.local by the .env

Fronted Nextjs Options for do it:

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Nodejs version v20.18.0 and Next.js version v15

First

npm install

run the development server:

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

Please uncommeted the .env in gitignore if you do deploy

Open http://localhost:3000 with your browser to see the result.

Created by Diego Ivan Perea Montealegre