Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mimiflynn/farkle-sc
Scorecard for Farkle!
https://github.com/mimiflynn/farkle-sc
dice-game farkle react scorecard
Last synced: about 1 month ago
JSON representation
Scorecard for Farkle!
- Host: GitHub
- URL: https://github.com/mimiflynn/farkle-sc
- Owner: mimiflynn
- License: apache-2.0
- Created: 2020-01-14T01:52:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T08:24:32.000Z (over 1 year ago)
- Last Synced: 2024-10-12T16:55:46.710Z (3 months ago)
- Topics: dice-game, farkle, react, scorecard
- Language: TypeScript
- Homepage: https://mimiflynn.github.io/farkle-sc/
- Size: 3.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Farkle Scorecard
An easy to use scorecard for Farkle so you never need to find pen and paper again.
## Getting Started
This monorepo uses [NPM Workspaces](https://docs.npmjs.com/cli/v9/using-npm/workspaces?v=true) to run a React or Angular version of the app that share a game logic package. NPM Workspaces requires version 7 and above.
From project root:
```
npm install
```### React
```
npm run start -w @fsc/react
```#### Generating Components and Pages
### Angular
```
npm run start -w @fsc/angular
```#### Generating Components and Pages
```
npm run ng generate component components/ -w @fsc/angular
``````
npm run ng generate component pages/ -w @fsc/angular
```