/pokenext

A simple example of how to consume PokeApi on Next.js

Primary LanguageTypeScriptMIT LicenseMIT

PokéNext

A simple example of how to consume PokeApi on Next.js

Introduction

A simple Next.js application to test integration with PokéApi

🚀 Install & Run

First install all dependencies and run the development server:

  1. Install dependencies
npm install
# or
yarn install
  1. Start up
npm run dev
# or
yarn dev
  1. Open with your browser

Open http://localhost:3000 with your browser to see the result.

📦 Tech Stack