Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 610 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 610 Bytes

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