https://github.com/actnwit/rhodonite_quickstart_js
A quick start template for Rhodonite Web3D Library
https://github.com/actnwit/rhodonite_quickstart_js
Last synced: 11 months ago
JSON representation
A quick start template for Rhodonite Web3D Library
- Host: GitHub
- URL: https://github.com/actnwit/rhodonite_quickstart_js
- Owner: actnwit
- License: mit
- Created: 2023-09-27T10:31:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T10:54:39.000Z (over 2 years ago)
- Last Synced: 2025-06-25T01:07:35.019Z (12 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rhodonite quickstart template with JavaScript
This is a quick start template for Rhodonite Web3D Library in plain JavaScript.
## How to start
1. Install npm modules.
```bash
npm install
```
2. Run the following commands.
```bash
npm run start
```
then, see http://localhost:8080/ in your browser.