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

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

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
```