An open API service indexing awesome lists of open source software.

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.

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