Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 834 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 834 Bytes

Jigsaw + Tailwind CSS + Alpine.js Starter Kit

A starter kit for using the Jigsaw static site generator with Tailwind CSS, and sprinkles in Alpine.js.

Requirements

Getting Started

  1. Clone this repo

    git clone https://github.com/userlastname/alpine-tailwind-jigsaw
  2. Navigate to the folder

    cd jigsaw-tailwindcss
  3. Install PHP dependencies

    composer install
  4. Install JS dependencies

    npm install
  5. Run the dev script to build the site

    npm run dev

To use BrowserSync, run the watch script instead: npm run watch