This is a sample external user interface module which can be deployed to CampusNexus Student. It illustrates the user interface extension mechanism used internally and by partners to integrate tightly with CampusNexus Student. To get started:
- Clone the repository and open a command prompt in the root directory
npm install*npm run build
Copy the dist/sample directory created by the build process to the dist/modules directory in a CampusNexus Student installation.
*You will need a recent version Node.js installed.