tree: 5149f812d825853ce49e91f867b8a8c42866e3c3 [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.