An open API service indexing awesome lists of open source software.

https://github.com/punitgr/pokedex

Pokedex
https://github.com/punitgr/pokedex

pokedex react webpack

Last synced: about 1 month ago
JSON representation

Pokedex

Awesome Lists containing this project

README

          

# Pokedex

## Project Setup
```
git clone git@github.com:PunitGr/Pokedex.git
cd Pokedex
```

## Install Dependencies

If you use `yarn` then run `yarn` or for `npm` use `npm install`

## Start dev server
To run it on dev server run `yarn start`. The dev server will be live on [http://localhost:8000/](http://localhost:8000/).

## Screenshot
![Screenshot](screenshot/screenshot.png)