https://github.com/cpvrlab/sparql-table-viewer
https://github.com/cpvrlab/sparql-table-viewer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cpvrlab/sparql-table-viewer
- Owner: cpvrlab
- Created: 2015-11-08T10:46:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T15:07:07.000Z (over 6 years ago)
- Last Synced: 2025-12-25T13:45:56.806Z (6 months ago)
- Language: JavaScript
- Homepage: http://cpvrlab.github.io/sparql-table-viewer/
- Size: 668 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```