Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/uninen/html-tailwind-boilerplate
- Owner: Uninen
- License: mit
- Created: 2020-02-24T17:02:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T00:05:11.000Z (5 months ago)
- Last Synced: 2024-08-12T01:24:09.640Z (5 months ago)
- Topics: boilerplate, html5, tailwindcss, vitejs
- Language: CSS
- Homepage: https://html-tailwind-boilerplate.pages.dev
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)