Skip to content

nadjascodejourney/portfolio-threejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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