lehcode / angular-rock-scissors-paper

3 Rock-Scissor-Paper type games | Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
$ yarn global add nx @nx/angular @nx/workspace
$ nx run game:serve

About

3 Rock-Scissor-Paper type games | Angular

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 74.7%Language:HTML 13.1%Language:SCSS 5.3%Language:Dockerfile 5.0%Language:JavaScript 1.5%Language:Shell 0.5%