Skip to content

davytheprogrammer/Nextjs-Fullstack-Template

Repository files navigation

🚀 Simple Next.js Template

A clean, modern Next.js starter template with TypeScript, Tailwind CSS, and beautiful UI components.

✨ Features

  • Next.js 16 - Latest version with App Router
  • TypeScript - Full type safety
  • Tailwind CSS 4 - Modern utility-first CSS
  • Radix UI - Accessible component primitives
  • Dark Mode - Built-in theme switching
  • Responsive Design - Mobile-first approach

🚀 Quick Start

# Clone and install
git clone <your-repo>
cd simple-nextjs-template
npm install

# Start development
npm run dev

Visit http://localhost:3000

📁 Project Structure

├── app/                    # Next.js App Router
│   ├── globals.css        # Global styles
│   ├── layout.tsx         # Root layout
│   └── page.tsx           # Homepage
├── components/            # Reusable components
│   ├── layout/           # Layout components
│   ├── ui/               # UI components
│   └── theme-provider.tsx
└── styles/               # Additional styles

🛠️ Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint
  • npm run type-check - Run TypeScript check

🎨 Customization

The template uses Tailwind CSS with custom design tokens defined in globals.css. Modify the theme variables to match your brand.

📄 License

MIT License

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published