A starter kit for using the Jigsaw static site generator with Tailwind CSS, and sprinkles in Alpine.js.
-
Clone this repo
git clone https://github.com/userlastname/alpine-tailwind-jigsaw
-
Navigate to the folder
cd jigsaw-tailwindcss
-
Install PHP dependencies
composer install
-
Install JS dependencies
npm install
-
Run the dev script to build the site
npm run dev
To use BrowserSync, run the watch script instead: npm run watch