This is a mono-repo app build using Angular and Nx. In place of a back-end service, the project relies on hard-coded json initialization data and then saves changes to localStorage. Currently the only project is amcas-staff
npm install
ng serve amcas-staff
- Unit:
ng test amcas-staff
- End-to-end:
ng e2e amcas-staff
See angular.io/guide/deployment where your_project_name
is actually the name of this repository (not the app under the apps
folder)