Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

mustafaabobakr/invade-react

Repository files navigation

INVADE React

Build with

Vite React TypeScript

HTML5 CSS3 Tailwind CSS

React Router React Query

Jest

desktop

Sort ascending Sort descending
Sort ascending Sort descending

Getting Started

  1. First, install the dependencies:

    pnpm install
  2. Run the development server:

    pnpm dev

    Open http://localhost:5173

  3. Run the test:

    pnpm test

    Run the test in watch mode:

    pnpm test:watch

    Run the test with coverage:

    pnpm test:coverage
  4. Build the project:

     pnpm build