portfolio-threejs

studyproject inspired by Three JS Journey by Bruno Simons

Stars
0
Committers
2

Three.js Portfolio with scroll-based animation

inspired by Three JS Journey by Bruno Simons

This is a mockup for a simple Portfolio. My goal was to learn how to implement scroll-based animation and parallax effect with Three.js, guided by the highly recommended course by Bruno Simons.

Setup

Clone the repo locally and run the following commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build
Related Projects