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

https://github.com/chrismayer/cesium-test

Experiements with Cesium (open-source JavaScript library for world-class 3D globes and maps)
https://github.com/chrismayer/cesium-test

Last synced: 3 months ago
JSON representation

Experiements with Cesium (open-source JavaScript library for world-class 3D globes and maps)

Awesome Lists containing this project

README

        

# cesium-test
Experiments with Cesium (open-source JavaScript library for world-class 3D globes and maps)

## Getting started

Fork and clone this repository and run

```
$ npm install
```

to install the dependencies.

To serve the application with the built-in debug server, run

```
$ npm start
```

Navigate to [http://localhost:8888/](http://localhost:8888/) to get an overview of the existing demo apps.