8000 GitHub - tanlucvn/minimil: A sleek and minimal Next.js starter template, optimized for performance and rapid development
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A sleek and minimal Next.js starter template, optimized for performance and rapid development

Notifications You must be signed in to change notification settings

tanlucvn/minimil

Repository files navigation

Minimil Logo

Minimil

Next.js Starter Template

Line Icon

Live demo

Minimil Banner

Deploy to Vercel

Line Icon

Sparkle Icon

Features

Clean structure – easy to extend and scale
Blazing fast – optimized build and dev performance
Tailwind CSS & animation ready – with tailwindcss-animate and framer-motion
Dark & light mode – powered by next-themes
PWA support – via @serwist/next
Developer-friendly – commit linting, formatting, and type checking baked in
Strict code quality – powered by biome

Line Icon

Folder Icon

Folder Structures

├── public/             # Static assets
├── src/                # App source code
│   ├── app/            # Next.js app directory
│   ├── components/     # Reusable UI components
│   ├── lib/            # Utility functions & configs
├── .husky/             # Git hooks
├── biome.json          # BiomeJS config
├── tailwind.config.ts  # TailwindCSS config
├── postcss.config.js
└── README.md           

Line Icon

Download Icon

Getting Started

# Clone the repo
git clone https://github.com/tanlucvn/minimil

# Install dependencies
pnpm install

# Start development server
pnpm dev
0