Learn how to add and use GSAP animation with a NextJS app.
- Clone the repository, the current starter is on the main branch
yarnornpm installto download the necessarynode_modulesyarn devornpm run devto spin up the development server
npm init next-app nextjs-blogto download the necessary NextJS starter blognpm install gsapto install the gsap library- ✨
