Skip to content

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

License

Notifications You must be signed in to change notification settings

jpweit/example.kotlin.angular

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 35.1%
  • TypeScript 30.0%
  • Kotlin 29.7%
  • HTML 3.0%
  • CSS 2.2%