Skip to content

Koilato/Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Map App

Minimal standalone attack-flow map project.

Structure

  • client/: Vite + React + TypeScript UI
  • server/: Express + TypeScript mock API
  • shared/: shared response/query types

Run

Install dependencies from the repository root:

npm install

Start the mock API:

npm run dev:server

Start the UI in another shell:

npm run dev:client

Build both apps:

npm run build

Run server tests:

npm run test

The UI expects the API at http://localhost:8787 by default.

About

威胁情报面板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors