Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 698 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 698 Bytes

XSearchKG: A Platform for Explainable Keyword Search over Knowledge Graphs (Frontend)

Prerequisites

Installation

  • Install Node.js.
  • Install dependencies: run npm install in the project root folder.

Configuration

Running

  • In the project directory run npm start: Runs the app in the development mode.
  • Open http://localhost:3000 to view it in your browser.

Please see react documentation for other available scripts.