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
- Host: GitHub
- URL: https://github.com/noviel/pokedex
- Owner: Noviel
- Created: 2019-06-15T14:56:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T00:05:22.000Z (about 3 years ago)
- Last Synced: 2025-02-05T02:17:18.834Z (over 1 year ago)
- Language: JavaScript
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```