0.0.1 • Published 5 years ago

web-component-pokedex v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Web Components Pokemon App

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

Getting Started

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

TODO: Implement Redux