Skip to content

jmirfield/PokeSearch

Repository files navigation

Next.js frontend example

DEMO 👉 https://pokesearch-mirf.netlify.app/

This is an example frontend using PokeApi and Next.js.

Prerequisites

You will need Node.js version 8.0 or greater installed on your system.

Setup

Get the code by either cloning this repository using git

git clone https://github.com/jmirfield/PokeSearch.git

... or downloading source code code as a zip archive.

Once downloaded, open the terminal in the project directory, and install dependencies with:

npm install

Then start the example app with:

npm run dev

The app should now be up and running at http://localhost:3000 🚀