Skip to content

Files

Latest commit

1f7b2d8 · Oct 9, 2018

History

History
This branch is 1776 commits behind Kotlin/kotlinx.coroutines:master.

example-frontend-js

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.