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

https://github.com/azapata27/angular-rickandmorty-graphql

App Spa desarrollada con Angular 11 que consume de una Api GraphQL de rick and morty. implementado con RxJs
https://github.com/azapata27/angular-rickandmorty-graphql

angular graphql nodejs rxjs scss typescript webpack

Last synced: 2 months ago
JSON representation

App Spa desarrollada con Angular 11 que consume de una Api GraphQL de rick and morty. implementado con RxJs

Awesome Lists containing this project

README

          

App Spa desarrollada con Angular 11 que consume de una Api GraphQL de rick and morty. implementa RxJs como paradigma reactivo

# Installation
First install dependencies
```shell
npm install
```

To run the example in development mode in http://localhost:46000/
```shell
ng serve
```

To build the project
```shell
ng run build
```