Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunyoungsik/apple_website
https://github.com/yunyoungsik/apple_website
gsap threejs vite
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yunyoungsik/apple_website
- Owner: yunyoungsik
- Created: 2024-04-30T02:19:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T22:08:46.000Z (7 months ago)
- Last Synced: 2024-05-01T03:28:20.910Z (7 months ago)
- Topics: gsap, threejs, vite
- Language: JavaScript
- Homepage: https://20240430apple.netlify.app/
- Size: 38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```