Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 500 Bytes

SPARQL React

React Web application to consume and display SPARQL data

Getting started

Requirement : install node and yarn (or run scripts with npm)

# Clone project
git clone https://github.com/LOS-ESSnet/SPARQL-React.git

# Go to the project root
cd SPARQL-React

# Download all the dependencies needed by the application
yarn install

# Compiles the code and starts a minimal web server
yarn start