Quick setup for Handlebars & Laravel mix to speep up simple HTML pages development
- first, install all packages
yarn install
onnpm install
- watch process with
yarn watch
onnpm 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