This application is a demo application for using the geoview map. It also includes the following;
- Config Builder - This helps users build configuration files and test them via UI. Users can also start with existing configurations.
- 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.
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)
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.
git clone https://github.com/Canadian-Geospatial-Platform/geoview-demo.git
npm run install
npm run serve
npm run deploy