This repository contains the source code of the Charba showcase site, built by J2CL and leveraging on Elemental2, located here.
There are more than 250 samples about all Charba capabilities.
You can execute mvn clean
and mvn install
to build the Charba showcase.
The project is also providing the Charba jar is provided in lib
folder, needed if you want to build a master when the new version of Charba jar is not published in MVN repository yet.
You can add it to Maven local repository, as following:
mvn install:install-file -Dfile=./lib/charba-6.5.jar -DgroupId=org.pepstock -DartifactId=charba -Dversion=6.5 -Dpackaging=jar
The showcase is deployed into war
folder.
To run locally the showcase, open war/index.html
file with the browser.