https://github.com/alexchristianqr/game-apps
Aplicación de juegos clásicos. (Firebase 10 + Angular 15 + NgRx + Angular Material UI)
https://github.com/alexchristianqr/game-apps
angular firebase material-ui typescript
Last synced: about 2 months ago
JSON representation
Aplicación de juegos clásicos. (Firebase 10 + Angular 15 + NgRx + Angular Material UI)
- Host: GitHub
- URL: https://github.com/alexchristianqr/game-apps
- Owner: alexchristianqr
- Created: 2023-01-21T08:31:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T07:09:32.000Z (over 1 year ago)
- Last Synced: 2025-01-16T07:45:49.212Z (over 1 year ago)
- Topics: angular, firebase, material-ui, typescript
- Language: TypeScript
- Homepage: https://alexchristianqr.github.io/iframephone/?src=https://alexchristianqr.github.io/game-apps/#/
- Size: 2.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game apps
Aplicación de juegos clásicos con Firebase v9 + Angular v15 + Angular Material UI.
## Deployment local
```bash
npm run start
# npm run watch
```
## Deployment production
```bash
npm run build
```