Pokemon Web App using Stencil.js that allows you to encounter Pokémon and view them in the Pokédex.
*Note: This project was based on @siliconunicorn Codepen: https://codepen.io/siliconunicorn/pen/VqoxXP
To start the app, run:
npm start
To build the app for production, run:
npm run build
To run the unit tests once, run:
npm test
To run the unit tests and watch for file changes during development, run:
npm run test.watch