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.
Powered by GSAP, Tailwind, and Vite
This starter bundles Tailwind CSS and GSAP through Vite so you can ship modern interactions without worrying about CDN scripts or manual builds.
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.
Tailwind is preconfigured with JIT compilation and scans your PHP templates. Utilities are ready to use out of the box.
Import GSAP modules from resources/js/main.js and orchestrate fine-grained animations with timelines or scroll triggers.