An open API service indexing awesome lists of open source software.

https://github.com/cpvrlab/sparql-table-viewer


https://github.com/cpvrlab/sparql-table-viewer

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# sparql-table-viewer

To build the application you need [npm](https://www.npmjs.com/) and [gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md):

##### 1. Install gulp globally:
```sh
$ npm install --global gulp-cli
```

##### 2. Install the required node modules:
```sh
$ npm install
```

##### 3. Build the application:
```sh
$ gulp
```
or use this to run the application as well
```sh
$ gulp serve
```