Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeremyfrank/vite-tailwind-stimulus-starter


https://github.com/jeremyfrank/vite-tailwind-stimulus-starter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Vite + Tailwind + Stimulus Starter

![Vite + JavaScript + Stimulus + Tailwind](public/logo-lockup.png)

Simple project template for Vite with Tailwind CSS and Stimulus, based off of the vanilla template in [create-vite](https://github.com/vitejs/vite/tree/main/packages/create-vite). Includes HMR for stimulus controllers, and controller based code splitting for production builds.

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/jeremyfrank/vite-tailwind-stimulus-starter?title=Vite%20+%20Tailwind%20+%20Stimulus%20Starter)

![Production Build Output](public/build-output.avif)

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