/skyux-spa-addin-flyout-demo

A very basic implementation of a SKY Add-in using SKY UX. This example includes a tile and a flyout. https://developer.blackbaud.com/skyapi/docs/addins

Primary LanguageTypeScript

skyux-spa-addin-flyout-demo

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 an example of showing flyouts (both within the same SPA as well as a separate web application).

For more information on Blackbaud's SKY Add-in framework, see https://developer.blackbaud.com/skyapi/docs/addins.

To serve locally

  • 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