@mashroom/mashroom-demo-webapp
v2.7.1
Published
Demo express webapp that will be available at /demo/webapp
Downloads
45
Readme
Mashroom Demo Webapp
Plugin for Mashroom Server, a Microfrontend Integration Platform.
This a simple demo Express webapp which can be developed and run standalone, but also be integrated into Mashroom Server on an arbitrary (configurable) path.
Usage
If node_modules/@mashroom is configured as plugin path just add @mashroom/mashroom-demo-webapp as dependency.
After that the webapp will be available at /demo/webapp
You can change the path by overriding it in your Mashroom config file like this:
{
"plugins": {
"Mashroom Demo Webapp": {
"path": '/my/path'
}
}
}