Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

hpcc-systems/Solutions-Dazz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPCC Systems Dazz (As in Dazzle)

A simple Polymer 3 (mostly lit-html and lit-element) based framework for creating ROXIE driven dashboards

The examples in this project use http://play.hpccsystems.com:8010

Get Started

Prerequisites:

  • Latest NPM package manager installed
  • Latest Polymer CLI
git clone https://github.com/hpcc-systems/Solutions-Dazz.git
cd Solutions-Dazz
cd client
npm update
cd ../server
npm update

Run the application server (A very simple proxy service that calls ROXIE services) from the server directory

node server.js

Run the client server from the client directory

polyserve --proxy-target http://localhost:3000/api --proxy-path api

Access the application from your browser (Works on Google Chrome)

http://localhost:8081

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published