Skip to content

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

License

Notifications You must be signed in to change notification settings

jefffairson/handlebars-mix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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