https://github.com/tigercosmos/shuffle-ntu
Shuffle NTU Official Website. 台大晚餐官方網站
https://github.com/tigercosmos/shuffle-ntu
dinner national-taiwain-university ntu shuffle
Last synced: 7 months ago
JSON representation
Shuffle NTU Official Website. 台大晚餐官方網站
- Host: GitHub
- URL: https://github.com/tigercosmos/shuffle-ntu
- Owner: tigercosmos
- License: mit
- Created: 2017-08-23T10:29:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T13:51:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T04:15:25.425Z (9 months ago)
- Topics: dinner, national-taiwain-university, ntu, shuffle
- Language: TypeScript
- Homepage: https://shuffle-ntu.com
- Size: 5.94 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# shuffle-ntu
Shuffle NTU Official Website. 台大晚餐官方網站## Environment
```
git clone https://github.com/tigercosmos/shuffle-ntu.git
cd shuffle-ntu
npm install
npm install -g firebase-tools angular-cli
```## Develop
Run with real time local server
```
ng serve
```## Deploy
### Build product step by step
Build
```
ng build
```
Upload to firebase
```
firebase deploy
```### Build via npm
```
npm run deploy
```