A little project built with Typescript, Next.js, TailwindCSS and the PokeAPI!
- Clone the repository
git clone git@github.com:sirbully/nextjs-pokemon.git
- Install the dependencies
npm ci --quiet
- Start in development mode
# If using npm as a package manager
npm run dev
# If using yarn
yarn dev