/threejs-portfolio

✅🚀 JSM Building portfolio website using three @react-three/fiber and other library using reactjs and tailwindcss

Primary LanguageJavaScript

Threejs Portfolio

Create a portfolio using threejs with some cool animations and effects.

Image

Getting Started

  • Create Project (npm create vite@latest ./ -- --template react)

Init Tailwind

  • npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
  • npx tailwindcss init -p
  • update content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
  • index.css -> @tailwind base; @tailwind components; @tailwind utilities;

Dependencies