A starter template for building fast and responsive web applications.
Before you begin, ensure you have the following installed:
- Node.js (v18 or higher)
- npm, yarn, pnpm, or bun
git clone https://github.com/syvixor/nuxt-tailwindcss-starter.git
cd nuxt-tailwindcss-starter
npm install
# or
yarn install
# or
pnpm install
# or
bun install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Check Nuxt
& Tailwind CSS
docs to learn more.
This project is available under the MIT License.