Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```