Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwdmonkey/rounders
UBC CPSC304 Project Frontend
https://github.com/bwdmonkey/rounders
Last synced: 1 day ago
JSON representation
UBC CPSC304 Project Frontend
- Host: GitHub
- URL: https://github.com/bwdmonkey/rounders
- Owner: bwdmonkey
- Created: 2019-05-28T17:22:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T06:21:55.000Z (about 5 years ago)
- Last Synced: 2024-11-12T21:35:22.788Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rounders
2019S UBC CPSC304 Project
## Group Members
```txt
Name Student No CS ID Tutorial Email
-------------- ----------- ------ --------- ---------------------------
...
```## Requirements
```txt
npm==6.9.0
node==10.16.0
```## Installation
``` bash
yarn
```## Other Commands
```bash
yarn start # start app on port=3000
yarn test # run basic tests
yarn build # build app
yarn eslint # run linter on app
yarn eslint:fix # autofix some linter issues if possible
yarn eslint:summary # pretty formatted linter summary
yarn eslint:table # table formatted linter summary
```