An open API service indexing awesome lists of open source software.

https://github.com/enable3d/simple-starter

📄 Very simple enable3d (standalone mode) starter template.
https://github.com/enable3d/simple-starter

Last synced: 3 months ago
JSON representation

📄 Very simple enable3d (standalone mode) starter template.

Awesome Lists containing this project

README

        

Very simple enable3d (standalone mode) starter template.

You need [Node.js](https://nodejs.org/en/) run run this example.

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