Skip to content

3D Dev Portfolio - very impressive website with 3D graphics and animations (React, ThreeJS, TailwindCSS)

Notifications You must be signed in to change notification settings

exslym/My-Portfolio-3D

Repository files navigation

preview

An outstanding and impressive 3D Developer Portfolio website using React, 3D-graphics and animations with ThreeJS and Framer Motion, and TailwindCSS!

Vercel Deployment: My-Portfolio-3D


Installation

npm install

Start Dev Server

npm start

Build Production Version

npm run build

Preview Build Production Version

npm run serve

Deployment on GitHub Pages (Optional)

npm run deploy

This adds gh-pages branch to your project github repository, deploys built project there, hosts the site via GitHub Pages.


Features:

  • Legacy Browsers support via @vite/plugin-legacy with built-in babel
  • SCSS support via sass
  • Autoprefix support via postcss
  • 3D Effects support via ThreeJS
  • Animation support via Framer Motion
  • Styles support via TailwindCSS