Skip to content

jolevesq/geoview-demo

 
 

Repository files navigation

GeoView Config Builder / Demo App

This application is a demo application for using the geoview map. It also includes the following;

  1. Config Builder - This helps users build configuration files and test them via UI. Users can also start with existing configurations.
  2. API Functions - This part of the application demonstrates how differents API functions work and how to use them. It provides code snippets of to invoke our API functions.

STRUCTURE / ARCHITECT

The tech stack for this application includes the following frameworks or technologies;

  • React / TypeScript
  • Material UI
  • Vite
  • React Router
  • Other npm libraries (e.g. lodash)

Running The Project

First thing; we encourage you to folk the repo instead of cloning it - especially if you would like to contribute to it. If not; you can do ahead and clone it.

Cloning the repo

git clone https://github.com/Canadian-Geospatial-Platform/geoview-demo.git

Install the packages

npm run install

Run the application

npm run serve

Deploying to GitHub Pages

npm run deploy

About

Demo Page For GeoView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.1%
  • CSS 2.2%
  • JavaScript 1.1%
  • HTML 0.6%