Research and implement ways to have this repository run as a micro front end and react component.
This adds the value of anyone being able to plug this calculator into their existing site without the need for massive infrastructure changes/additions.
As part of this, alos add documentation to getting started on how to a) use it as a react component b) import it as a js bundle
AC:
Can import the calculator as a react component
Can import the js bundle directly into their own site
Tech Specs:
We do not care ab where they get the bundle from themselves. ie user is responsible for serving it
Need to publish to npm
Should be still able to develop locally using npm start or equivalent
Research and implement ways to have this repository run as a micro front end and react component.
This adds the value of anyone being able to plug this calculator into their existing site without the need for massive infrastructure changes/additions.
As part of this, alos add documentation to getting started on how to a) use it as a react component b) import it as a js bundle
AC:
Tech Specs:
npm start
or equivalent