Language: TypeScript 3.7 or above
Framework: Angular 9.0 or above
Major Packages: Bootstrap 4
This is a web application that allows configuration of an iChen® System Server.
- Install Angular:
npm install @angular/cli -g
- Restore packages:
npm install
- Build:
ng build --prod
- Completed app is in the
dist
directory