Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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