dex
Dex is a simple little pokedex. It lets you search for pokemon and shows a little info card about them.
The project can be found live here
Building the project
Dependencies can be installed with:
npm install
The development server can then be run with:
npm run serve
For building the final product, run:
npm run build
serve -s dist