Skip to content

Getting Started by Example

[PNU]Taehoon Kim edited this page Jun 5, 2020 · 1 revision

Getting Started by Example

  1. Clone this project.
$ git clone http://github.com/aistairc/mf-cesium
  1. Install Node.js and run the following command to install the dependencies at the previous folder :
$ cd Stinuum Web
$ npm install
  1. Start Cesium server
$ node app.js
  1. Enter http://localhost:8080 on your browser (Recommend Chrome).

Clone this wiki locally