@divetocode/nextjs-tailwind
v1.0.2
Published
π A modern starter template using **Next.js** + **Tailwind CSS**. Quickly bootstrap your project with the latest setup and best practices.
Readme
divetocode-nextjs-tailwind
π A modern starter template using Next.js + Tailwind CSS.
Quickly bootstrap your project with the latest setup and best practices.
β¨ Features
- β‘ Next.js (App Router / Latest version)
- π¨ Tailwind CSS pre-configured
- π Removed unnecessary packages / minimal dependencies
π¦ Getting Started
1. Clone the repo
git clone https://github.com/divetocode/divetocode-nextjs-tailwind.git
cd divetocode-nextjs-tailwind2. Install dependencies
npm install
# or
yarn install
# or
pnpm install3. Run the dev server
npm run dev
# or
yarn devπ Project Structure
. βββ app/ # Next.js App Router pages
βββ components/ # Reusable UI components
βββ styles/ # Global styles
βββ public/ # Static assets
βββ package.json
βββ postcss.config.js
βββ tailwind.config.js
βββ tsconfig.json
π Deployment
npx vercelπ Learn More
π License
MIT Β© divetocode
