https://github.com/ryan-haskell/pokedex
A pokedex app we made in Elm Land!
https://github.com/ryan-haskell/pokedex
Last synced: 3 months ago
JSON representation
A pokedex app we made in Elm Land!
- Host: GitHub
- URL: https://github.com/ryan-haskell/pokedex
- Owner: ryan-haskell
- Created: 2022-06-15T02:43:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T02:48:29.000Z (about 3 years ago)
- Last Synced: 2025-03-19T17:49:00.205Z (3 months ago)
- Language: Elm
- Size: 392 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @ryannhg/pokedex
> a pokedex app built with [Elm Land](https://elm.land)## local development
To abide by PokeAPI's [Fair Use Policy](https://pokeapi.co/docs/v2#fairuse), you'll need to run a server like [@ryannhg/pokeapi-cache-server](https://github.com/ryannhg/pokeapi-cache-server) to prevent getting your IP perma-banned.
When your local PokeAPI is up-and-running, you can run this frontend project with one command:
```
npx elm-land server
```The Pokedex app will be running at [http://localhost:1234](http://localhost:1234)
