Skip to content

stanleyeosakul/angular-pokedex

Repository files navigation

Angular Pokedex

This application searches through the 151 original pokemon.


Versions

Installation

  1. Clone this repo git clone https://github.com/stanleyeosakul/angular-pokedex.git
  2. cd into the folder of the cloned repo
  3. Run yarn install to install dependencies
  4. Run ng serve, and navigate to http://localhost:4200/

Deploying to Heroku

  1. Modify the start and postinstall scripts in package.json to:

    "scripts": {
        "ng": "ng",
        "start": "node server.js",
        "build": "ng build",
        "test": "ng test",
        "lint": "ng lint",
        "e2e": "ng e2e",
        "postinstall": "ng build --prod"
    },
  2. Move the following dependecies from devDependencies to dependencies in package.json:

    "dependencies": {
        ...
        "@angular/cli": "1.6.6",
        "@angular/compiler-cli": "^5.2.2",
        ...
        "typescript": "~2.5.3",
        ...
    },
  3. Deploy to Heroku as directed in their documentation.

About

Searches through the original 151 Pokemon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published