TheDoctor0 / tailwind-html-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:HTML 61.3%Language:JavaScript 37.1%Language:CSS 1.6%