Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.6 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.6 KB

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.