rsnext/examples/with-gsap/README.md
2020-11-09 20:38:07 +00:00

944 B

Example app with GSAP

This example features how to use GSAP as the animation library within a Next.js app.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-gsap with-gsap-app
# or
yarn create next-app --example with-gsap with-gsap-app

Deploy it to the cloud with Vercel (Documentation).