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

Latest commit

 

History

History

frontend

ligevan's frontend

GitHub contributors GitHub top language GitHub repo size GitHub License Quality Gate Status

「学び、練習し、成功する」

Configuration

Create a .env file there and add the following environment variables:

# Variable Name Description Example
1 VITE_BACKEND_URL The URL to the backend server http://localhost:3000

Development

  • Step 1: Install dependencies

    yarn
  • Step 2: Start the development server

    yarn dev
  • Step 3: Open the browser and navigate to http://localhost:5173