- Clone this repository (
git clone https://github.com/wso2/carbon-uuf.git
) - Use maven to build (
mvn clean install
). - Built distribution archive can be found in
product/target/wso2uuf-1.0.0-SNAPSHOT.zip
path.
Make sure you are running JDK8 update 40 or latest.
- Extract
wso2uuf-1.0.0-SNAPSHOT.zip
archive. - Go to
wso2uuf-1.0.0-SNAPSHOT/bin
direcotry. - Run
./carbon.sh
to start the Carbon server. - Visit sample apps as below. They demonstrate the
- Features App https://localhost:9292/features-app/
- This app showcases all the functionalities supported by UUF, including the all the in-built handlebars helpers.
- Pets Store app https://localhost:9292/pets-store/pets
- This app demonstrates a simple pet store scenario.
- UUF artifacts are created using the carbon-uuf-maven-plugin. You can also refer the plugin documentaion on how to create apps, components, themes using the plugin.
Pull requests are highly encouraged and we recommend you to create a GitHub issue to discuss the issue or feature that you are contributing to.
Carbon UUF is available under the Apache 2.0 License.
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.