Pokedex App

This project is a template for a web application using Vite, Tailwind CSS, React, and TypeScript.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo.git
  2. Navigate to the project folder:

    cd your-repo
  3. Install dependencies:

    npm install   # or yarn install
  4. Start the development server:

    npm run dev   # or yarn dev