Powered by GSAP, Tailwind, and Vite

Build dynamic pages with a frictionless PHP tooling pipeline.

This starter bundles Tailwind CSS and GSAP through Vite so you can ship modern interactions without worrying about CDN scripts or manual builds.

Run the dev servers

Use npm run dev for Vite and php -S localhost:8000 -t public to serve PHP. The helper auto-detects the Vite dev server so you always get hot reloading.

Style with Tailwind

Tailwind is preconfigured with JIT compilation and scans your PHP templates. Utilities are ready to use out of the box.

Animate with GSAP

Import GSAP modules from resources/js/main.js and orchestrate fine-grained animations with timelines or scroll triggers.