How to Export Sandcastle project as Standalone Web App?

1. A concise explanation of the problem you’re experiencing.

I want to be able to view my project in its own browser and not embedded in Sandcastle.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

I am attempting to create a tool that a client can view and navigate and it just wouldn’t look very presentable if I had the program in a Sandcastle window alongside the code.

4. The Cesium version you’re using, your operating system and browser.

I am currently using Windows10, Google Chrome and Cesium 1.35

Hi Jack,

Take a look at our Getting Started tutorial to get Cesium up and running as a web app.

You would be able to add your Sandcastle code inside the script block like this:

  <script>
    var viewer = new Cesium.Viewer('cesiumContainer');
  </script>