# vizceral-example **Repository Path**: mirrors_dropbox/vizceral-example ## Basic Information - **Project Name**: vizceral-example - **Description**: Example Vizceral app - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://raw.githubusercontent.com/Netflix/vizceral/master/logo.png) # Vizceral Example This is a sample application using the [React wrapper](https://github.com/Netflix/vizceral-react) around the [vizceral](https://github.com/Netflix/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. ```sh 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 /vizceral-example . ``` ``` $ docker run -p 41911:8080 -d /vizceral-example ``` Then you should be able to navigate to http://localhost:41911