Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 344 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 344 Bytes

Pokedex

A web app that simulates the functionality of a Pokedex. Built using NextJS and Typescript.

Setup

  1. Install NodeJS
  2. Install dependancies with:
npm i

Usage

Start the web application by running:

npm run dev

or

npm run build && npm start

Navigate to http://localhost:3000 to view the web application.