Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 372 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 372 Bytes

Pokemon Next.js

A little project built with Typescript, Next.js, TailwindCSS and the PokeAPI!

Setup

  1. Clone the repository
git clone git@github.com:sirbully/nextjs-pokemon.git
  1. Install the dependencies
npm ci --quiet
  1. Start in development mode
# If using npm as a package manager
npm run dev

# If using yarn
yarn dev