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
- Host: GitHub
- URL: https://github.com/azapata27/angular-rickandmorty-graphql
- Owner: AZapata27
- Created: 2021-03-30T01:36:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T04:31:11.000Z (about 5 years ago)
- Last Synced: 2025-03-03T14:33:53.913Z (over 1 year ago)
- Topics: angular, graphql, nodejs, rxjs, scss, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```