/PokeApp

Primary LanguageTypeScript

Pokemon & Shakespeare


Front Requirements

  • Search field where you can search for Pokemon by thier name
  • Show the Shakespearean description
  • Have a functionality to add Pokemon to your favourite section

Before the setup, install Git if not installed already


Setup (Docker)

  1. Clone the repo on to your local machine
  2. Run docker-compose build to build the image
  3. Run docker-compose up to start dev server and run tests
  4. Dev server will live on http://localhost:8080

Setup (Without Docker)

  1. Clone the repo on to your local machine
  2. Install node
  3. Run npm install
  4. Run npm start to run the tests and start the dev server
  5. Dev server will live on http://localhost:8080

Framework & Packages used