This is the demo project for a workshop on using Nrwl Nx. It is a suite of apps for a help desk type of solution. There is an application for managing company accounts, one for reporting, one for users to submit and view their tickets, and one for agents to work open tickets.
Install the Angular CLI globally
npm install -g @angular/clior
yarn global add @angular/clicd into the local repo directory and run:
npm installor
yarnThere is a server for the backend data that needs to be running for any of the front end apps to run:
npm run serverThe front end (Angular) apps can be run with the following commands:
npm run account-admin
npm run reporting
npm run customer-portal