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.
npm install
npm run dev
Open in your browser: http://localhost:6088/
- Clone, setup and start the Mashroom Portal Quickstart project
- Open http://localhost:5050/mashroom/admin/ext/remote-portal-apps
- Copy http://localhost:6088 into the URL input and click Add
- Open http://localhost:5050/portal and place the Mashroom Demo Remote Portal App on any page via Drag'n'Drop
npm install
npm run build
docker build -t mashroom-demo-remote-portal-app .
docker run --rm -p 6088:6088 mashroom-demo-remote-portal-app
