17 lines
284 B
Markdown
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
|
|
```
|