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

https://github.com/adeelibr/pokedex


https://github.com/adeelibr/pokedex

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pokedex

An example React application built in the old way. It was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Download the code

```sh
git clone https://github.com/mxstbr/pokedex
cd pokedex
yarn install
```

If you don't have `yarn` installed, run `npm install --global yarn` beforehand!

## Run the app locally

```sh
yarn start
```

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.