Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 776 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 776 Bytes

Pokedex

Simple version of Pokedex - tool from Pokemon anime and manga. Created mainly for practicing PWA and testing Emotion.js and Parcel.js.

App is still in development. Goals for near future are:

  • extend service workers with additional functionalities like fetching and caching data for all Pokemon creatures
  • improve components structure and split common parts
  • provide unit tests

Prerequisites

To run app on your local machine you will need Node.js (tested with v11.14.0)

Installation

Install NPM packages:

npm install

Usage

To run app locally run:

npm run dev