/SPARQL-React

Primary LanguageJavaScriptMIT LicenseMIT

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
https://github.com/JeanM1996/CovidLatam.git

# Go to the project root
cd SPARQL

# Download all the dependencies needed by the application
yarn install

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