= POD pod-esales-mf
This is a Micro Frontend deployable on the AXA.ch WebHub.
== Scripts
To install the pod locally: npm install @axa-ch/pod-esales-mf
=== DEV commands
npm start
start local DEV environmentnpm run start:acc
start local ACC environmentnpm run start:mock
start local environment with MOCK stage (without backend)npm run build
to trigger a ESM build needed for Midgardnpm run lint
to run local lintersnpm run test
to run local tests
== More
== Worth a read
== Setup styleling for vs code
In your workspace setting add following line: "stylelint.validate": ["css", "less", "postcss", "scss"]