Skip to content

patrickneubauer/sprotty-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO BUILD AND RUN SPROTTY EXPERIMENT

Build client

$ cd client

$ npm unlink webpack

$ yarn examples:build && yarn build

Note: if asked about the installation of webpack during Yarn build, type webpack-cli

Build server

$ cd server

$ gradle build

Run Jetty

$ cd server

$ gradle jettyRun

img1

See result

Browse to http://localhost:8080/examples/crossflow/crossflow-server.html

Produced console output

img2

img3

img4

The above screenshot shows an error related to a resource that could not be found, this is equal to the output produced by the demo running on the typefox server (screenshot below). Therefore, it should not be the cause of the missing visualization.

img6


Background on Crossflow

Metamodel

img7

Exemplary model

img5