Skip to main content

Introduction

Welcome to this tutorial on the creating of GeoApps apps. We are going to show you how apps are created in GeoApps. The purpose of this tutorial is to teach you how to use the GeoApps tooling. After completing this tutorial you are able to develop your own apps with the use of the GeoApps UI-Framework and to apply your own branding to this app.

This tutorial consist of 3 parts:

  • Part 1 Getting started with Apps Setting up a development environment and the basis of a first app
  • Part 2 Custom App Creating a custom app with React components out of the GeoApps UI-FramWork.
  • Part 3 Branding Creating app branding and aplying these to our app.

Disclaimer:

  • In this tutorial we are going to use React. We notate React Components as function components and not as class components.*
  • In this tutorial we use .LESS as stylesheet instead of .CSS.*