first commit
This commit is contained in:
16
readme.md
Normal file
16
readme.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user