Skip to content

jedidavid/html-tailwindcss-boilerplate

Repository files navigation

HTML + TailwindCSS Boilerplate

This is a boilerplate using tailwindcss

Installation

Clone

  • Clone this repo to your local machine

Setup

install packages

yarn or npm install

to use hot reloading install live server as global package or install live-server extension in vscode

npm install -g live-server

starting dev server

yarn start or npm run start
live-server src/

build (this purge the unused css and minify the css file)

yarn build or npm run build

License

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published