A deployable front-end project that publishes a JS script to the Blackbaud CDN.
npm install constituent-form-loaderThis is a deployable front-end project that publishes a JS script to the Blackbaud CDN.
#Running Locally
Tests can be run with command npm run test.
To run locally, run the command npm run dev and then run node demo/app.js to run a local Express server.
Access https://localhost:3000 in your browser to view the demo page.
When running express locally, you may want to replace CONSTITUENT_FORM_LOADER_VERSION in constituent-form-loaders.ts with a valid version, found in package.json
If you need to make changes to what form is loaded, or any other parameters, this can be done in demo/app.js.
To test passthrough parameters, update demo/app.js to use the following format:
````
Note: Passthrough parameters are all optional so you would only need to include what parameters you want to passthrough.