Home

Awesome

Vite + Tailwind + Stimulus Starter

Vite + JavaScript + Stimulus + Tailwind

Simple project template for Vite with Tailwind CSS and Stimulus, based off of the vanilla template in create-vite. Includes HMR for stimulus controllers, and controller based code splitting for production builds.

Open in StackBlitz

Production Build Output

# npm || yarn || pnpm
npm install
npm run dev
npm run build
npm run preview