mlouielu / elk-live

A web page with a text editor for ELK Graph and a synchronized graphical view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElkGraph Web

A web page with a text editor for ELK Graph and a synchronized graphical view.

Check it out here.

Uses:

How To Run

Open in Gitpod

The easiest way to start working with this project is to open it in gitpod.io with the button above. If you would like to compile and run it on your own machine, follow the instructions below.

Prerequisites: yarn, Java

git clone https://github.com/OpenKieler/elkgraph-web.git
cd elkgraph-web/client
yarn install
yarn run build

cd ../server
./gradlew jettyRun

Then point your web browser to http://localhost:8080/

About

A web page with a text editor for ELK Graph and a synchronized graphical view

License:Eclipse Public License 1.0


Languages

Language:TypeScript 47.1%Language:Xtend 31.5%Language:HTML 15.5%Language:JavaScript 5.4%Language:CSS 0.6%