Skip to content

conterra/mapapps-portal-item-loader

Repository files navigation

devnet-bundle-snapshot Static Badge Static Badge

dn_portalitemloader

This bundle allows to add portal content

Portal Item Loader

The Portal Item Loader allows you to add portal content to your app.

Screenshot App

Sample App

https://demos.conterra.de/mapapps/resources/apps/public_demo_portalitemloader/index.html

Installation Guide

dn_portalitemloader Documentation

Quick start

Clone this project and ensure that you have all required dependencies installed correctly (see Documentation).

Then run the following commands from the project root directory to start a local development server:

# install all required node modules
$ mvn initialize

# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps

# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps

For more details refer to the Developer's Guide.