React Web application to consume and display SPARQL data
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