Skip to content

nonblocking/mashroom-demo-remote-portal-app

Repository files navigation

Mashroom Demo Remote Portal App

Demo App (SPA) for Mashroom Server that shows a random Chuck Norris joke from http://api.icndb.com. This App comes with its own server and BFF (Backend For Frontend) and can be integrated as a Remote App into Mashroom Portal.

It also runs on http://demo-remote-app.mashroom-server.com if you want to test the Remote App capabilities of Mashroom Portal without installing this first.

Screenshot

Usage

npm install
npm run dev

Open in your browser: http://localhost:6088/

Integrate it into the Mashroom Portal

Docker

npm install
npm run build
docker build -t mashroom-demo-remote-portal-app .
docker run --rm -p 6088:6088 mashroom-demo-remote-portal-app

About

A standalone Microfrontend that can be integrated in Mashroom Server as remote portal app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors