https://github.com/kekkorider/babylonjs-starter
https://github.com/kekkorider/babylonjs-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kekkorider/babylonjs-starter
- Owner: kekkorider
- License: mit
- Created: 2020-04-19T19:48:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:48:15.000Z (over 2 years ago)
- Last Synced: 2025-01-16T03:53:49.913Z (5 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://runme.io/run?app_id=21883a34-bde1-47a7-b8f0-c6c01c491479)
# babylonjs-starter
## Requirements
This package has been developed with `NodeJS v12.6.0`. It should work with other versions, but I cannot guarantee that.
## Setup
```shell
$ yarn install
```## Start the development server
```shell
$ yarn dev
```After that, open your browser at `http://localhost:1234`.
## Build
```shell
$ yarn build
````