Vite + Tailwind + Stimulus Starter
March 22, 2023 ยท View on GitHub

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.

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