tree: 40344f97eac4672776a39aa18eff99b673d5df20 [path history] [tgz]
  1. npm/
  2. src/
  3. build.gradle
  4. README.md
js/example-frontend-js/README.md

Example JS frontend application with coroutines

Build application with

gradlew :example-frontend-js:bundle

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

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

gradlew :example-frontend-js:start

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