Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.93 KB

README.adoc

File metadata and controls

56 lines (40 loc) · 1.93 KB

kitchensink-utjs-angular: Example using Undertow.js with Mutache templates

Based on kitchensink, but uses Mustache for the front end and Undertow.js for the back end.

What is it?

This quickstart is a deployable Maven 3 project to help you get your foot in the door developing with Undertow.js on JBoss WildFly.

This project is 100% JavaScript, it does not contain any Java code.

Debug the Application

If you want to debug the source code or look at the Javadocs of any library in the project, run either of the following commands to pull them into your local repository. The IDE should then detect them.

$ mvn dependency:sources
$ mvn dependency:resolve -Dclassifier=javadoc