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

https://github.com/ksw2000/inhpc-lab-website

Front end of https://algorithm.csie.ncku.edu.tw/
https://github.com/ksw2000/inhpc-lab-website

angular website

Last synced: about 2 months ago
JSON representation

Front end of https://algorithm.csie.ncku.edu.tw/

Awesome Lists containing this project

README

          

# algorithm.csie.ncku.edu.tw (Front-End)

See [back-end project](https://github.com/ksw2000/inhpc-lab-website-server)

## Proxy

測試時後端 api 預設在 port `8080`

```sh
ng serve --proxy-config proxy.conf.json

# or

npm run start
```

## Build

```
ng build
```