Skip to content

syvixor/nuxt-tailwindcss-starter

Repository files navigation

🍀 Nuxt + Tailwind CSS v4 Starter

A starter template for building fast and responsive web applications.

✨ Technologies

📋 Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v18 or higher)
  • npm, yarn, pnpm, or bun

🚀 Quick Start

Clone the repository

git clone https://github.com/syvixor/nuxt-tailwindcss-starter.git
cd nuxt-tailwindcss-starter

Install dependencies

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Run Development Server

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

💡 Documentation

Check Nuxt & Tailwind CSS docs to learn more.

📜 License

This project is available under the MIT License.