tree: c4413c01a54c010f33dac0ba06e0b6da876ebc8a [path history] [tgz]
  1. src/
  2. webpack.config.d/
  3. build.gradle.kts
  4. README.md
js/example-frontend-js/README.md

Example JS frontend application with coroutines

Build application with

gradlew :example-frontend-js:build

The resulting application can be found in build/dist subdirectory.

You can start application with webpack-dev-server using:

gradlew :example-frontend-js:run

Built and deployed application is available at the library documentation site here.