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/
- Host: GitHub
- URL: https://github.com/ksw2000/inhpc-lab-website
- Owner: ksw2000
- Created: 2024-03-21T19:35:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T14:12:08.000Z (about 2 years ago)
- Last Synced: 2025-03-18T09:47:34.131Z (over 1 year ago)
- Topics: angular, website
- Language: TypeScript
- Homepage:
- Size: 837 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```