Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.07 KB

NextJS + GSAP animation starter

Learn how to add and use GSAP animation with a NextJS app.

Full tutorials

Getting started with the repo

  • Clone the repository, the current starter is on the main branch
  • yarn or npm install to download the necessary node_modules
  • yarn dev or npm run dev to spin up the development server

How to reproduce this starter

  • npm init next-app nextjs-blog to download the necessary NextJS starter blog
  • npm install gsap to install the gsap library

What you will see

Getting started gid

Keep these open is your browser tab

References