Skip to content

P7-AIS/AIS-frontend

Folders and files

NameName
Last commit message
Last commit date
Nov 13, 2024
Nov 6, 2024
Oct 27, 2024
Oct 24, 2024
Nov 1, 2024
Nov 21, 2024
Nov 5, 2024
Oct 4, 2024
Oct 31, 2024
Sep 19, 2024
Nov 8, 2024
Oct 31, 2024
Nov 8, 2024
Nov 3, 2024
Nov 8, 2024
Nov 5, 2024
Nov 6, 2024
Oct 16, 2024
Oct 31, 2024
Oct 27, 2024
Oct 31, 2024
Sep 12, 2024
Oct 12, 2024

Repository files navigation

Github banner New

AIS-frontend

Prerequisites

  • npm i
  • Install Protobuf Compiler (protoc).
  • git submodule update --init --recursive to update submodules
  • npm run build:protos:(mac/win)

Start server

  • npm run dev (vite + proxy)
    • npm run dev:simple (vite)
    • npm run proxy (proxy)

Test

  • npm run test
  • npm run test:cov to show coverage