An open API service indexing awesome lists of open source software.

https://github.com/nakag/sprotty-getting-started

Sprotty Getting Started
https://github.com/nakag/sprotty-getting-started

diagrams eclipse sprotty svg typescript web

Last synced: 8 months ago
JSON representation

Sprotty Getting Started

Awesome Lists containing this project

README

          

# Sprotty Getting Started.

This is an executable example of [Getting Started ](https://github.com/eclipse/sprotty/wiki/Getting-Started ) for sprotty.

## How to start
1. Build this project.
```
cd sprotty-getting-started
yarn build
yarn start
```
2. Open sprotty-getting-started/index.html with browser.

## Source description

### Define the Model
src/model.ts

### Define the View
src/views.tsx

css/diagram.css

### Configure your Application
src/di.config.ts

### Connect the Model Source
src/standalone.ts

### Run diagram
src/app.ts
index.html