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

https://github.com/kekkorider/babylonjs-starter


https://github.com/kekkorider/babylonjs-starter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

[![Runme](https://runme.io/static/button.svg)](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
````