kometolabs / vite-tailwind-nojs-starter

Vite TailwindCSS NoJS Starter

Home Page:https://vite-tailwind-nojs-starter.kometo.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

Vite TailwindCSS NoJS Starter

Scaffold a new project with Vite and Tailwind CSS preconfigured with ease.

Motivation

Most existing Vite + Tailwind starters are aimed to work with a JS framework, e.g Vue or React. An important difference of this starter template is that the build stage does not involve any JavaScript, just pure HTML/CSS compilation.

When to use

  1. When you need to develop a pure HTML/CSS prototype.
  2. When you import a standalone version of a JS framework right from HTML.

How to use

npx degit kometolabs/vite-tailwind-nojs-starter my-tailwind-app
cd my-tailwind-app
pnpm i || yarn || npm i
pnpm run dev || yarn dev || npm run dev

Happy coding!

About

Vite TailwindCSS NoJS Starter

https://vite-tailwind-nojs-starter.kometo.co

License:MIT License


Languages

Language:HTML 58.6%Language:JavaScript 29.3%Language:CSS 12.1%