To run this example, run npm run build in the root of the project to build javascript files.
npm start
Run to serve the static html page for viewing in your browser.
In any HTML page, add a script include like the below either in the <head> or wherever your scripts are included.
<script src="/path/to/disciple-tools-web-components/dist/index.js"></script>Make sure that you are including the files from the dist directory as those are transpiled for direct use in the browser.
Besides including the components themselves, you will also have access to the services through DtWebComponents.ComponentService and DtWebComponents.ApiService.