= 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 environment
npm run start:acc start local ACC environment
npm run start:mock start local environment with MOCK stage (without backend)
npm run build to trigger a ESM build needed for Midgard
npm run lint to run local linters
npm 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"]