vavr-io / vavr-gwt-example

An example on using Vavr with GWT in the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GWT support for Vavr

Running the example

  • Install all necessary artifacts by running the following command in the main project's directory:
mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true
  • Start GWT super development mode inside the vavr-gwt-example directory by executing:
mvn gwt:devmode
  • Go to http://localhost:8888/VavrExample/index.html to see the example in action.

About

An example on using Vavr with GWT in the browser.


Languages

Language:Java 53.4%Language:HTML 46.6%