Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

blackducksoftware/hub-flow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vizceral Example

This is a sample application using the React wrapper around the vizceral graph. For more details about using vizceral in your own projects with your own data, refer to the above repositories.

Setup

  1. Get source, install deps, and run demo server.

    git clone git@github.com:Netflix/vizceral-example.git
    cd vizceral-example
    npm install
    npm run dev
  2. Open localhost:8080 in your browser.

Using Docker

If you don't have a node environment setup or would like to run this example on a platform, there is a Dockerfile for experimental usage.

$ docker build -t <name>/vizceral-example .
$ docker run -p 41911:8080 -d <name>/vizceral-example

Then you should be able to navigate to http://localhost:41911

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.2%
  • CSS 18.9%
  • HTML 1.9%