android13/external/kotlinx.coroutines/js/example-frontend-js
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
src initial 2024-06-22 20:45:49 +08:00
webpack.config.d initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
build.gradle.kts initial 2024-06-22 20:45:49 +08:00

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.