https://github.com/chenhsong/ichen-server-config
Settings/Configuration (front-end) UI for the iChen® System.
https://github.com/chenhsong/ichen-server-config
angular ichen ichen-server typescript
Last synced: 3 months ago
JSON representation
Settings/Configuration (front-end) UI for the iChen® System.
- Host: GitHub
- URL: https://github.com/chenhsong/ichen-server-config
- Owner: chenhsong
- Created: 2018-02-21T12:01:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:19:25.000Z (over 3 years ago)
- Last Synced: 2026-01-03T20:42:32.514Z (6 months ago)
- Topics: angular, ichen, ichen-server, typescript
- Language: TypeScript
- Size: 4.38 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iChen® System 4 Server Configuration UI
=======================================
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.
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