Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 734 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 734 Bytes

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