This project was generated with Angular CLI version 10.0.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
This App contains fake credentials that generates a fictitial token. You have to login with:
email: rick@morty.com
password: ImRickAndYouAreMorty
If you aren't register you wont be able to use this app. Episodes page contains a guard that deny access if you aren't logged
To execute this project in GitHub pages follow the next steps
- Install angular-cli-ghpages
npm i angular-cli-ghpages
- Add angular-cli-ghpages to your project
ng add angular-cli-ghpages
- Deploy your App
ng deploy --repo=https://github.com/Armando101/RickAndMortyApp.git --base-href=https://armando101.github.io/RickAndMortyApp/
- Enjoy RickAndMortyApp
Click the next link to use
https://armando101.github.io/RickAndMortyApp/home