Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nadjascodejourney/portfolio-threejs

studyproject inspired by Three JS Journey by Bruno Simons
https://github.com/nadjascodejourney/portfolio-threejs

parallax-effect portfolio scrollevents threejs

Last synced: 15 days ago
JSON representation

studyproject inspired by Three JS Journey by Bruno Simons

Awesome Lists containing this project

README

        

# 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:

``` bash
# 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
```