Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 492 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 492 Bytes

Pokedex

Sample React app that mimicks a Pokedex using a publicly available Pokemon based API inspired by Sulis Triyono 's design.

Getting started

Install dependencies:

npm install

Run the app:

npm run dev

Then follow the instructions on your terminal.

Preview components with Storybook

Start the Storybook with this command:

npm run storybook