- Create an App and a Lib
- Create a Lazy Loaded UI Lib
- Public APIs for Libs
- Run the Build Command and NPM Scripts
Run the following command(s) in individual terminals:
npm run server
npm run customer-portal
- Open the Customer Portal application with the browser: http://localhost:4203
- Confirm the Node Server is running with browser page: http://localhost:3000/api/tickets
If you already have one(s) running and you need to restart, you can stop the run with ctrl+c
.
Sometimes a change to TypeScript interfaces or adding new *.ts
files will not get picked up by the watch processes. In such cases, you may need to stop/restart these... if you feel your code is correct but you are getting an error.