mandrasch / nextjs-playground

Just playing around with GSAP ScrollTrigger, spline 3D and (maybe) threejs πŸ‘¨β€πŸ”§

Home Page:https://nextjs-playground-nine-chi.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS playground

Getting started

npm i
npm run dev

Ideas

How was this created

npx create-next-app@latest .
# select all defaults, including new app router

# add prettier
npm install prettier prettier-plugin-tailwindcss --save-dev

# add GSAP
npm install gsap

# add react-gsap (https://www.npmjs.com/package/@gsap/react)
npm i @gsap/react

# add apollo for GraphQL support, see:
# https://www.apollographql.com/blog/apollo-client/next-js/how-to-use-apollo-client-with-next-js-13/
npm install @apollo/client@rc @apollo/experimental-nextjs-app-support

# add spline three fiber
npm install three @types/three @react-three/fiber
npm i @splinetool/r3f-spline @react-three/drei

# add spline react (option B)
npm i @splinetool/react-spline

About

Just playing around with GSAP ScrollTrigger, spline 3D and (maybe) threejs πŸ‘¨β€πŸ”§

https://nextjs-playground-nine-chi.vercel.app/


Languages

Language:TypeScript 88.8%Language:CSS 9.0%Language:JavaScript 2.2%