Skip to content

cpvrlab/sparql-table-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparql-table-viewer

To build the application you need npm and gulp:

1. Install gulp globally:
$ npm install --global gulp-cli
2. Install the required node modules:
$ npm install
3. Build the application:
$ gulp

or use this to run the application as well

$ gulp serve