socarlosb / vite-tailwind-nojs-starter

NoJS Vite + Tailwind CSS Starter

Home Page:https://frolicking-kitten-1d5828.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

NoJS Vite + Tailwind CSS 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

NoJS Vite + Tailwind CSS Starter

https://frolicking-kitten-1d5828.netlify.app

License:MIT License


Languages

Language:HTML 53.2%Language:JavaScript 31.7%Language:CSS 15.1%