v811_spc009/external/kotlinx.coroutines/js/example-frontend-js
jianglk.darker 7ee447c011 v811_spc009_project 9 months ago
..
src v811_spc009_project 9 months ago
webpack.config.d v811_spc009_project 9 months ago
README.md v811_spc009_project 9 months ago
build.gradle v811_spc009_project 9 months ago

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.