Sample React app that mimicks a Pokedex using a publicly available Pokemon based API inspired by Sulis Triyono 's design.
Install dependencies:
npm installRun the app:
npm run devThen follow the instructions on your terminal.
Start the Storybook with this command:
npm run storybook