bimaindra / gulp-hbs-tailwind-starter

:rocket: Gulp starter kit with Handlebars and Tailwind CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp Starter-kit with Handlebars and Tailwind CSS

Simple Gulp starter-kit using Handlebars as a template engine and TailwindCSS for styling.

Usage

Clone this repository.

Enter directory of project then install depedency.

cd gulp-handlebars-tailwindcss-starterkit

then

npm install

Run local development

npm run serve

Build for development env

npm run dev

Build for production env

npm run build

Handlebars

to be update...

Tailwind Config

Update tailwind.config depends on your project.

In this version, it's only support for compiling Handlebars template using partial configuration (here's the example) and also compiling Tailwind CSS.

Notes WIP
  • support for JS compiler
  • support for modern img compiler (Webp etc)

About

:rocket: Gulp starter kit with Handlebars and Tailwind CSS


Languages

Language:JavaScript 79.7%Language:HTML 11.0%Language:Handlebars 7.4%Language:CSS 1.9%