tailwind-setup

Installation
SKILL.md

Purpose

Configure Tailwind CSS with shadcn/ui for React frontends connecting to Django backends. This setup includes dark mode support, theme tokens, and shadcn/ui component integration. The configuration enables automatic dark mode switching and provides a foundation for building consistent, themeable user interfaces.

Setup Process Overview

Follow these steps in order:

  1. Install Dependencies
  2. Configure Vite for Django Backend
  3. Setup Tailwind in CSS
  4. Apply Base Theme (Required for dark mode support)
  5. Setup shadcn/ui
  6. Implement Dark Mode with Toggle
  7. Verify Setup and Check for Errors

Step 1: Install Dependencies

Installs
1
GitHub Stars
1
First Seen
Mar 5, 2026
tailwind-setup — otoshek/claude-code-toolkit