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/
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
Project configuration generated with createapp.dev