Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 288 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 288 Bytes

Next.js Pokemons example app

This is a really simple project that shows the usage of Next.js with TypeScript, eslint, prettier and Bulma for styling to display Pokemons consumed from https://pokeapi.co/.

Development

yarn dev

Build

yarn build

Run built app

yarn start