# Charba-Showcase **Repository Path**: souldancing/Charba-Showcase ## Basic Information - **Project Name**: Charba-Showcase - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-24 - **Last Updated**: 2024-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Charba Showcase GWT Web Toolkit

Build GWT showcase

This repository contains the source code of the **Charba** showcase site, based on GWT Web Toolkit, located [here](https://pepstock-org.github.io/Charba-Showcase/). There are more than 250 samples about all **Charba** capabilities. ## Building To build the project, the GWT (version 2.10.0) jar artifacts are provided into `lib` folder. The project uses [Ant build.xml](https://github.com/pepstock-org/Charba-Showcase/blob/master/build.xml) and execute it with `buildAll` target, as following: ``` ant buildAll ``` ## Running The showcase is deployed into `war` folder. To run locally the showcase, open `war/index.html` file with the browser.