https://github.com/chenhsong/ichen-terminal
Terminal (front-end) UI for the iChen® System.
https://github.com/chenhsong/ichen-terminal
angular ichen ichen-server typescript
Last synced: about 2 months ago
JSON representation
Terminal (front-end) UI for the iChen® System.
- Host: GitHub
- URL: https://github.com/chenhsong/ichen-terminal
- Owner: chenhsong
- Created: 2018-01-24T13:20:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:19:05.000Z (over 3 years ago)
- Last Synced: 2025-03-20T23:19:39.261Z (over 1 year ago)
- Topics: angular, ichen, ichen-server, typescript
- Language: TypeScript
- Size: 4.87 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iChen® System 4 Terminal UI
==========================
Language: TypeScript 3.7 or above
Framework: Angular 9.0 or above
This is a web application that connects to an iChen® System using OpenProtocol™
and displays the current status of each connected machine on a canvas.
The fields and display formats of different values for each field are customizable
(see `doc/ichen-terminal-config-file-reference.md`).
How to Build
------------
1. Install Angular: `npm install @angular/cli -g`
2. Restore packages: `npm install`
3. Build: `ng build --prod`
4. Completed app is in the `dist` directory
Note: AOT is **disabled** because the display template is built dynamically.