This is a simple web app that uses the Rick and Morty API to display characters, episodes and locations.
https://rick-and-morty-portal.netlify.app/
Clone the repository and install the dependencies.
git clone
cd rick-and-morty-portal
npm install --legacy-peer-deps
Start the development server.
npm run start:client
Server will be running on http://localhost:4200
Build the app for production.
npm run build:client
Distribution files will be generated in the dist
folder.
Unit tests and e2e tests are not available yet.
Created by @gesielrosa - feel free to contact me!