Skip to content

This project uses PokeApi (https://pokeapi.co/) to generate an interactive overview for checking the weaknesses and strengths of Pokemon types.

Notifications You must be signed in to change notification settings

victorvergoossen/poketypes

Repository files navigation

PokeTypes

This project uses PokeApi (https://pokeapi.co/) to generate an interactive overview for checking the weaknesses and strengths of Pokemon types.

A build can be found here: https://poke-types.netlify.app/

Building and running on localhost

First install dependencies:

npm install / yarn install
npm start / yarn start

To create a production build:

npm run build-prod / yarn build-prod

To create a development build:

npm run build-dev / yarn build-dev

Third parties

Project configuration generated with createapp.dev

About

This project uses PokeApi (https://pokeapi.co/) to generate an interactive overview for checking the weaknesses and strengths of Pokemon types.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published