create-gsap-starter-kit
v1.0.4
Published
An interactive Next.js starter kit with GSAP and Lenis smooth scrolling pre-configured.
Maintainers
Readme
create-gsap-starter-kit
Instantly spin up a fresh Next.js environment bundled with GSAP animation workflows and Lenis smooth scrolling.
Live Demo gsapstarter.vercel.app
What you'll get next-gsap-starter-kit on GitHub
Installation
You can generate your app folder instantly using any of the following commands:
Using npx:
npx create-gsap-starter-kit your-project-nameUsing npm init (Shorthand):
npm init gsap-starter-kit your-project-nameUsing yarn:
yarn create gsap-starter-kit your-project-name