hadjidoro / gettingStarted

source code for https://www.zkoss.org/documentation#Getting_Started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This is the example application for ZK "Getting Started" articles:

How to Run

Clone the project and launch your command line interface in the project root folder. Execute the following commands based on your environment.

Maven installed

mvn jetty:run

No Maven installed yet

Run the Maven wrapper below which will download everything needed for you during starting up:

  • Linux / Mac

./mvnw jetty:run

  • Windows

mvnw.cmd jetty:run

Then visit http://localhost:8080/getzkup/ with your browser.

You can press Ctrl + c to stop the jetty server.

About

source code for https://www.zkoss.org/documentation#Getting_Started


Languages

Language:Java 99.5%Language:CSS 0.5%