Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 340 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 340 Bytes

GSAP React demo

Demo of using GSAP (Greensock) animation in a React app.

gsap-react-demo

Running

Fork/clone the project, then in the project directory, do:

npm i

Then to run the app locally, do:

npm start

Building

npm run build