This SPA demonstrates a SKY Add-in implementation using SKY UX, and includes a tile that can be shown on any page as well as a few examples of launching modals (implemented in separate web applications).
For more information on Blackbaud's SKY Add-in framework, see https://developer.blackbaud.com/skyapi/docs/addins.
- Go through the SKY UX Getting Started guide
- Clone this repo locally
- Navigate to the repo folder in a command prompt, and run
npm install
to install the required modules - Run
ng serve -o
to serve the SPA locally