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.
- Host: GitHub
- URL: https://github.com/enable3d/simple-starter
- Owner: enable3d
- License: mit
- Created: 2021-03-09T12:40:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T11:36:10.000Z (about 4 years ago)
- Last Synced: 2025-01-14T14:59:17.711Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 2.37 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```