https://github.com/nthspace/universiade
2017 世大運賽程與購票整合網站
https://github.com/nthspace/universiade
reactjs sport taiwan universiade
Last synced: 7 months ago
JSON representation
2017 世大運賽程與購票整合網站
- Host: GitHub
- URL: https://github.com/nthspace/universiade
- Owner: nthspace
- License: mit
- Created: 2017-08-19T09:48:26.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-04-28T11:08:01.000Z (over 7 years ago)
- Last Synced: 2024-10-31T08:37:36.971Z (12 months ago)
- Topics: reactjs, sport, taiwan, universiade
- Language: JavaScript
- Homepage: https://nthspace.github.io/universiade/#/
- Size: 2.91 MB
- Stars: 33
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Universiade
這是個為了解決世大運賽程內容與購票系統分離、無法看出該日當場館票券是否售罄,應運而生的專案,希望大家可以順利購票進場支持世大運、支持台灣。此repository的code只包含網頁前端部分。
## Tech Stack
* 前端 - React + Webpack
* 後端 - Firebase Database## Run
```shell
# install packages
yarn install
# run in development mode
yarn develop
```