https://github.com/celtian/demo-angular-material-crud
Demo of angular material crud operations
https://github.com/celtian/demo-angular-material-crud
angular demo
Last synced: 12 months ago
JSON representation
Demo of angular material crud operations
- Host: GitHub
- URL: https://github.com/celtian/demo-angular-material-crud
- Owner: Celtian
- License: mit
- Created: 2023-03-08T18:53:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T21:17:07.000Z (about 1 year ago)
- Last Synced: 2025-04-13T22:26:54.932Z (about 1 year ago)
- Topics: angular, demo
- Language: TypeScript
- Homepage: https://celtian.github.io/demo-angular-material-crud/
- Size: 8.97 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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 CRUD
## π Description
- Standards: HTML5, CSS3
- Components: Angular 19, Angular Material, Tailwind CSS
- Software: Visual Studio Code
- See [Humans.txt](https://celtian.github.io/demo-angular-material-crud/humans.txt)
- Api taken from [here](https://jsonplaceholder.typicode.com)
- Deployed [here](https://celtian.github.io/demo-angular-material-crud/)
## π οΈ 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 - 2025 [Dominik Hladik](https://github.com/Celtian)
All contents are licensed under the [MIT license].
[mit license]: LICENSE