Skip to content

P7-AIS/AIS-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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