Skip to content

vitormmatos/rick-and-morty

Repository files navigation

Rick and Morty

Build npm

This is an Angular project that consumes the

Running

Docker

Build:

DOCKER_BUILDKIT=1 docker build --pull -f "Dockerfile" -t rickandmorty:latest "."

Serving the app on port 8080:

docker run -p 8080:80 rickandmorty

Traditional

Requisites: Node, Angular and a package manager (npm, yarn, pnpm or bun).

Serving the app on port 4200:

npm install && ng serve

Copyright

Rick and Morty is created by Justin Roiland and Dan Harmon for Adult Swim. The data and images are used without claim of ownership and belong to their respective owners.

This application is open source and uses a Creative Commons CC0 1.0 Universal license.

About

Angular app that consumes Rick and Morty API

Topics

Resources

License

Stars

Watchers

Forks