Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 795 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 795 Bytes

Webstarter

A starter template for building static websites with Tailwind, Vue and Jigsaw.

Features

  • Tailwind CSS for styling
  • Purge CSS configured for production
  • VueJS as a frontend framework
  • Jigsaw for static file generation
  • Blade templating engine
  • Bootstrap grid for Tailwind

What will you need

How to install

Start by cloning the project then running the following commands. composer install For installing Jigsaw with its dependencies. npm install . For installing the required frontend libraries.

How to use it

npm run watch for development. npm run production for production. ./vendor/bin/jigsaw build for building the pages.