Skip to content

Commit a5798f2

Browse files
authored
Update README.md
1 parent 9434e7c commit a5798f2

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@
55
# vaadin-maps-leaflet-flow
66
Vaadin Flow Java API for Leaflet Maps Component (https://leafletjs.com/)
77

8+
<img src="demo.png" height=550></img>
9+
10+
## Run the Demo
11+
* Checkout the repo
12+
* Run ``mvn clean package``
13+
* Navigate into ``vaadin-maps-leaflet-flow-demo``
14+
* Run ``mvn jetty:run``
15+
* Open http://localhost:8080
16+
17+
<details>
18+
<summary>Show example</summary>
19+
20+
![demo](demo.gif)
21+
</details>
822

9-
## Demo
10-
To run the demo, go to `vaadin-maps-leaflet-flow-demo/` subfolder and run `mvn jetty:run`.
11-
After server startup, you'll be able find the demo at [http://localhost:8080/](http://localhost:8080/)

0 commit comments

Comments
 (0)