@axa-ch/pod-esales-mk
v1.85.0
Published
POD Digital MK (Mietkaution) Frontend
Downloads
323
Keywords
Readme
POD pod-esales-mk
This is a Micro Frontend deployable on the AXA.ch WebHub.
Scripts
To install the pod locally: npm install @axa-ch/pod-esales-mk
DEV commands
npm start
start dev servernpm run build
to trigger a ESM build needed for Midgardnpm run lint
to run local linters
Open app with different stage and language settings
After an app was started you can access it by opening your browser at e.g. http://localhost:8091
By default german
will be used as language, acc
as stage.
If you want to change one of these parameters open your browser at http://localhost:8091/local/fr for local api and french, or http://localhost:8091/dev/en for dev api and english etc.
Worth a read
- https://github.com/axa-ch/midgard#midgard[Midgard]
- https://github.com/axa-ch/create-pod-app#checklist-for-pod-devs[Checklist for POD devs]