https://github.com/giodelabarrera/pokedex
👾 Pokémon characters written with Remix 💿
https://github.com/giodelabarrera/pokedex
css-custom-properties javascript pokedex pokemon react remix
Last synced: 4 months ago
JSON representation
👾 Pokémon characters written with Remix 💿
- Host: GitHub
- URL: https://github.com/giodelabarrera/pokedex
- Owner: giodelabarrera
- Created: 2020-07-17T14:44:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-26T23:42:45.000Z (6 months ago)
- Last Synced: 2025-06-01T17:53:01.968Z (4 months ago)
- Topics: css-custom-properties, javascript, pokedex, pokemon, react, remix
- Language: TypeScript
- Homepage: https://pokedex.giodelabarrera.vercel.app
- Size: 5.26 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pokédex
Full stack web of the characters of the Pokémon series rewritten with [Remix](https://remix.run/) 💿.
[See it online](https://pokedex.giodelabarrera.vercel.app)️ ↗️
![]()
## Development
From your terminal:
```sh
npm run dev
```This starts your app in development mode, rebuilding assets on file changes.
## Deployment
First, build your app for production:
```sh
npm run build
```Then run the app in production mode:
```sh
npm start
```Now you'll need to pick a host to deploy it to.
### DIY
If you're familiar with deploying node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of `remix build`
- `build/`
- `public/build/`