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

https://github.com/noviel/pokedex

Just a little Pokedex built with React and MobX
https://github.com/noviel/pokedex

Last synced: over 1 year ago
JSON representation

Just a little Pokedex built with React and MobX

Awesome Lists containing this project

README

          

# Just Another Pokedex

Just another Pokedex single page application built with React and MobX.

[Live](https://nifty-meitner-cb5825.netlify.com)

## Scripts

Start development server:

```sh
npm run dev
yarn dev
```

Build for production:

```sh
npm run build
yarn build
```