logo
0
0
WeChat Login

React + TypeScript + Vite

Getting Started

This project is built with React, TypeScript, and Vite for a fast and modern development experience.

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository:

    git clone <repository-url> cd GEO
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

The application will be available at http://localhost:5173 by default.