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)
- Host: GitHub
- URL: https://github.com/chrismayer/cesium-test
- Owner: chrismayer
- License: apache-2.0
- Created: 2016-02-19T13:57:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T14:40:56.000Z (over 9 years ago)
- Last Synced: 2025-01-26T04:25:20.751Z (5 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.