hucancode / tailwind-static-html-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind Static HTML Template

This repository contains a minimal static HTML template with Tailwind CSS and Fontawesome installed.

npm run start

  • npm run install if you haven't done so already.
  • Edit index.html and run npm run start to see the result.
  • After that you might want to run npm run build-tailwind-watch on a seperated tab to update tailwindcss as you edit.
  • You should see a simple Hello World đź’¬ in the browser.

npm run build

  • npm run build to generate static html files.
  • Output are at /build folder.

About

License:MIT License


Languages

Language:HTML 49.6%Language:JavaScript 31.5%Language:CSS 18.9%