@axa-ch/pod-esales-rsv
v1.182.0
Published
POD Digital Rechtsschutzversicherung Frontend
Downloads
18
Keywords
Readme
POD PodEsalesRsv
This is a Micro POD Digital Rechtsschutzversicherung Frontend deployable on the AXA.ch WebHub.
Scripts
To install the pod locally: npm install @axa-ch/pod-esales-rsv
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:8080
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:8080/local/fr for local api and french, or http://localhost:8080/dev/en for dev api and english etc.
Worth a read
- https://confluence.axa.com/confluence/pages/viewpage.action?pageId#140691373&src#contextnavpagetreemode[POD Rsv Development & Deployment]
- https://github.com/axa-ch/midgard#midgard[Midgard]
- https://github.com/axa-ch/create-pod-app#checklist-for-pod-devs[Checklist for POD devs]