https://github.com/zazuko/data-cube-frontend-example
Minimal setup using @zazuko/query-rdf-data-cube in a browser
https://github.com/zazuko/data-cube-frontend-example
Last synced: 2 months ago
JSON representation
Minimal setup using @zazuko/query-rdf-data-cube in a browser
- Host: GitHub
- URL: https://github.com/zazuko/data-cube-frontend-example
- Owner: zazuko
- Created: 2019-10-31T08:45:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:50:19.000Z (over 3 years ago)
- Last Synced: 2025-12-26T18:48:45.567Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 632 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example
### Source
Based on: https://github.com/bradtraversy/babel_webpack_starter (MIT License)
## Usage
### Installation
Install the dependencies
```sh
$ npm install
```
### Serve
To serve in the browser - Runs webpack-dev-server
```sh
$ npm start
```
### Build
Compile and build
```sh
$ npm run build
```