Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 790 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 790 Bytes

Build Status

example.kotlin.angular

An example to illustrate the use of kotlin modules in an angular application

Build

A zip containing the application will be in the .gradle-build/server/distributions

With an Angular UI

> cd net.akehurst.kotlin.example.addressbook
> ./gradlew build -Pclient=angular

With a React UI

> cd net.akehurst.kotlin.example.addressbook
> ./gradlew build -Pclient=react

Or just run it

With an Angular UI

> cd net.akehurst.kotlin.example.addressbook
> ./gradlew run -Pclient=angular

With a React UI

> cd net.akehurst.kotlin.example.addressbook
> ./gradlew run -Pclient=react