first commit

This commit is contained in:
2026-01-16 18:36:43 +01:00
commit 7dca231004
133 changed files with 20000 additions and 0 deletions

16
readme.md Normal file
View File

@@ -0,0 +1,16 @@
# Webpack THREE.js Template
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:
``` bash
# Install dependencies (only for first time)
npm i
# Serve at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build
```