A simple pokedex with PWA features. Built with create-react-app
and PWA + Typescript template.
You can visit https://pokedex.riandy.my.id to access the applcation.
Clone this repository, and start the application in local environment:
- Run
npm install
script, to install dependencies - Run
npm start
to start the application in local - Open
localhost:3000
in you web browser