/tailwind-html-template

Template for basic projects with HTML5, CSS (Tailwind CSS) and vanilla JavaScript (ES6+).

Primary LanguageHTMLMIT LicenseMIT

Tailwind HTML Template

Template for basic projects with HTML, CSS (Tailwind CSS) and vanilla JavaScript.

Install

yarn install

# or

npm install

Usage

Watch

Compile CSS / JS and copy .html files as well as images to dist, start browser-sync server and watch all files in src directory for any changes.

yarn watch

# or

npm watch

Development

Compile CSS / JS to dist and copy .html files as well as images to dist.

yarn dev

# or

npm dev

Production

Compile and minimize CSS / JS and copy .html files as well as images to dist.

yarn prod

# or

npm prod