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

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 💿

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)️ ↗️




Pokedex

## 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/`