Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uninen/html-tailwind-boilerplate

Sometimes you just need to get that one static HTML page online, fast. Zero JS.
https://github.com/uninen/html-tailwind-boilerplate

boilerplate html5 tailwindcss vitejs

Last synced: about 2 months ago
JSON representation

Sometimes you just need to get that one static HTML page online, fast. Zero JS.

Awesome Lists containing this project

README

        

# HTML Boilerplate With Tailwind CSS + Vite HMR

Sometimes you just need to get that one HTML page online, fast.

ZERO JavaScript and purged TailwindCSS output for prod, Vite HMR for dev.

## Getting Started

1. Change title, description.
2. Add favicon to `public/` and tweak the corresponding link tag.
3. Add apple touch icon to `public/icon.png` (or remove corresponding file + line from HEAD).
4. Add your content and style it with Tailwind CSS.

## Elsewhere

- [Follow @uninen](https://twitter.com/uninen) on Twitter
- Read my continuously updating learnings from Vite / Vue / TypeScript and other Web development topics from my [Today I Learned site](https://til.unessa.net/)