| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple JavaScript app showcasing some features of NextechJS, the open-source WebGL virtual globe and map engine. Learn more about this code by reading our associated tutorial.
License: Apache 2.0. Free for commercial and non-commercial use. See LICENSE.md.
This application is intended to introduce the main features of NextechGS in context, but it is by no means exhaustive. Feel free to fork and modify this example however you'd like.
This app comes with a simple server (server.js), but can be served through any means.
To use the packaged server:
npm install npm start
Browse to http://localhost:8080/
Have python installed? If so, from the nextech-workshop root directory run
python -m SimpleHTTPServer 8080(Starting with Python 3, use python -m http.server 8080).
Browse to http://localhost:8080/
| Back | FazBrowse Home | New Git URL |