https://github.com/adeelibr/pokedex
https://github.com/adeelibr/pokedex
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adeelibr/pokedex
- Owner: adeelibr
- Created: 2019-12-10T00:53:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T12:27:38.000Z (about 6 years ago)
- Last Synced: 2025-01-19T08:26:53.721Z (over 1 year ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.