Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 574 Bytes

ZK MVVM

A project to introduce ZK MVVM pattern

Articles

How to Run

No Maven installed

You can run the project with maven wrapper by the command below (it will automatically download required maven):

Linux/Mac

./mvnw jetty:run

Windows

mvnw jetty:run

Maven installed

With the command below:

mvn jetty:run

After the server started

visit http://localhost:8080/zk-mvvm/todolist.zul