run cesium code directly from a file like html file

hi,I am working on cesium flight simulator and I just wanted to run my final code without going into sandcastle.for example if user have to see the model then he should just double click on a html or any file that contains cesium code. can you help me with this?

Hello,

Take a look at our Getting Started tutorial: http://cesiumjs.org/tutorials/cesium-up-and-running/

That will show you how to run a stand-alone Hello World application.

Best,

Hannah

Hi Hannah,
Thank you for the guidance. I have already solved that problem. I was having problem with webgl and was not using the *.html file properly that was created by the final code.

Thanks. :slight_smile: