No description
  • JavaScript 58.3%
  • GLSL 38.2%
  • CSS 2.4%
  • HTML 1.1%
Find a file
2025-09-30 17:30:02 +02:00
example/threejs-water-shader-main Init 2025-09-30 17:30:02 +02:00
src Init 2025-09-30 17:30:02 +02:00
static Init 2025-09-30 17:30:02 +02:00
.gitignore Init 2025-09-30 17:30:02 +02:00
03-first-threejs-project.code-workspace Init 2025-09-30 17:30:02 +02:00
package-lock.json Init 2025-09-30 17:30:02 +02:00
package.json Init 2025-09-30 17:30:02 +02:00
README.md Init 2025-09-30 17:30:02 +02:00
vite.config.js Init 2025-09-30 17:30:02 +02:00

Three.js Journey

Setup

Download Node.js. Run this followed 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