tree: 11d97d6060e28b534b75e42f3e82958cdaea3b67 [path history] [tgz]
  1. src/
  2. build.gradle
  3. package.json
  4. README.md
  5. webpack.config.js
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.