Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lehcode/angular-rock-scissors-paper
3 Rock-Scissor-Paper type games | Angular
https://github.com/lehcode/angular-rock-scissors-paper
Last synced: 6 days ago
JSON representation
3 Rock-Scissor-Paper type games | Angular
- Host: GitHub
- URL: https://github.com/lehcode/angular-rock-scissors-paper
- Owner: lehcode
- License: agpl-3.0
- Created: 2024-03-08T16:07:01.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-10T07:28:32.000Z (8 months ago)
- Last Synced: 2024-04-14T22:18:52.194Z (7 months ago)
- Language: TypeScript
- Size: 234 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rock-Paper-Scissors Angular Application
## Architecture
1. Docker Compose
- Service
- Volume mounts
- Networking & port forwarding
- Environment variables
- User/group mapping
2. Yarn package manager
3. Angular application## Usage
1. Docker: `docker compose up` will start container with application available at http://localhost:4200/
2. Local:
```bash
$ yarn global add nx @nx/angular @nx/workspace
$ nx run game:serve
```