Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 348 Bytes

File metadata and controls

17 lines (12 loc) · 348 Bytes

Very simple enable3d (standalone mode) starter template.

You need Node.js run run this example.

# Download the example
$ npx gitget@latest https://github.com/enable3d/simple-starter

# Navigate to /simple-starter
$ cd simple-starter

# Install all dependencies
$ npm install

# Start the example
$ npm start