Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celtian/demo-angular-material-firestore
Demo of Angular & Firestore
https://github.com/celtian/demo-angular-material-firestore
angular demo firestore
Last synced: about 10 hours ago
JSON representation
Demo of Angular & Firestore
- Host: GitHub
- URL: https://github.com/celtian/demo-angular-material-firestore
- Owner: Celtian
- License: mit
- Created: 2023-09-02T17:56:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-13T19:26:51.000Z (3 days ago)
- Last Synced: 2024-11-13T20:21:10.958Z (3 days ago)
- Topics: angular, demo, firestore
- Language: TypeScript
- Homepage: https://celtian.github.io/demo-angular-material-firestore/
- Size: 3.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Demo Angular Material Firestore
## Description
- Standards: HTML5, CSS3
- Components: Angular 19, Angular Material, Tailwind CSS, RxDB
- Software: Visual Studio Code
- See [Humans.txt](https://celtian.github.io/demo-angular-material-firestore/humans.txt)
- Deployed [here](https://celtian.github.io/demo-angular-material-firestore/)## Instalation
Definitelly works with Node `v22.2.0` & yarn `1.22.21`
```
yarn install
```_Consider to install vscode with recommended extensions in `.vscode/extensions.json` before you start_
_Consider to use `WSL` if you are developing on `Windows` to prevent unsupported commands in `package.json`._
## Development server
```
yarn start
```## Build
```
yarn build
```## Deploy
only via Github Pipelines
## License
Copyright © 2023 - 2024 [Dominik Hladik](https://github.com/Celtian)
All contents are licensed under the [MIT license].
[mit license]: LICENSE