Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunyoungsik/apple_website


https://github.com/yunyoungsik/apple_website

gsap threejs vite

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Apple Website

Vite와 THREE.js, GSAP를 활용하여 제작한 Apple Clone Website입니다.

참고 영상 : [바로가기](https://www.youtube.com/watch?v=kRQbRAJ4-Fs&t=2592s&ab_channel=JavaScriptMastery)

## 설치
```
npm create vite@latest ./ -- --template react
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm install gsap @gsap/react
npm install three @react-three/drei @react-three/fiber
npm install --save @sentry/react
```