traneHead / keyTree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Key Tree

A web application to store a config tree to be retreived in json or .properties format.

Made for colaborative editing, where a developer can set up the keys used in an application, and a translator or product owner can fill in the values to be used.

Using grails v. 3.3.0 and angular (w ng) 4.0.1.

grails create-app --profile=angular keyTree
| Application created at keyTree
|
This profile has created a multi-project build where the "server" module contains the Grails application and the "client" module contains the Angular 2 application.

To start the Grails application separately, execute "./gradlew server:bootRun"
To start the client side application separately, execute "./gradlew client:bootRun"

To start both the client and server applications simultaneously, execute "./gradlew bootRun --parallel"

About


Languages

Language:TypeScript 41.5%Language:Groovy 14.6%Language:Shell 14.5%Language:HTML 13.4%Language:Batchfile 7.2%Language:JavaScript 6.3%Language:CSS 2.5%