Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 329 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 329 Bytes

ThreeJS starter

Basic starter template for ThreeJS application.

Installation

Download Node.js.

Install dependencies:

npm install

Compile the code for development and start a local server:

npm start

Create the build:

npm run build

License

MIT