Files
3do-tads.configurator/readme.md
2026-01-16 18:36:43 +01:00

17 lines
284 B
Markdown

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