Learn how to add and use GSAP animation with a NextJS app.
- Clone the repository, the current starter is on the main branch
yarn
ornpm install
to download the necessarynode_modules
yarn dev
ornpm run dev
to spin up the development server
npm init next-app nextjs-blog
to download the necessary NextJS starter blognpm install gsap
to install the gsap library- ✨