Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 10 hours ago
JSON representation

Demo of angular material crud operations

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 - 2024 [Dominik Hladik](https://github.com/Celtian)

All contents are licensed under the [MIT license].

[mit license]: LICENSE