/handlebars-mix

Quick setup for Handlebars & Laravel mix to speep up simple HTML pages development

Primary LanguageJavaScriptMIT LicenseMIT

handlebars-mix

Quick setup for Handlebars & Laravel mix to speep up simple HTML pages development

Installation

  1. first, install all packages yarn install on npm install
  2. watch process with yarn watch on npm run watch

This package use tailwind CSS. When you run production mode, it will purge all unused CSS.
3. to go in production simply run yarn production or npm run production