As we have set up basically everything, let's play now with our new tools.
- Include server-sdk (client) files in your elm project by editing
elm.json
. Have a look at (source-directories
) - Add a button to fetch the insurances list from your backend.
- Add a form to add new insurances.
- Add new fields to your insurance type (such as
premium
,propertyType
orsurrenderValue
orisBurnedDown
) and integrate the changes in your client code.