Skip to content

gitlocaluser/ModernWebStarter

Repository files navigation

My Web App Starter

A quick Next.js setup with Tailwind CSS v4, shadcn/ui, and NextAuth.js for authentication. Built for my own projects.

🚀 Getting Started

1. Clone the Repository

Choose a folder name for your project and clone the repository:

git clone https://github.com/gitlocaluser/ModernWebStarter.git your-project-name
cd your-project-name

Replace your-project-name with your desired folder name.

2. Install Dependencies

pnpm install

3. Run the Development Server

pnpm dev

Visit http://localhost:3000 and modify src/app/page.tsx—your changes will reflect live.

🔑 Environment Variables

Create a .env.local file and add your API keys for authentication (Google, GitHub, and Email). Example placeholders are provided in the repository.

📚 Resources

📜 License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published