Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 226 | 198 | ||
webpack.config.d/ | 03-May-2024 | - | 19 | 10 | ||
README.md | D | 03-May-2024 | 451 | 19 | 12 | |
build.gradle | D | 03-May-2024 | 868 | 34 | 31 |
README.md
1# Example JS frontend application with coroutines 2 3Build application with 4 5``` 6gradlew :example-frontend-js:build 7``` 8 9The resulting application can be found in `build/dist` subdirectory. 10 11You can start application with webpack-dev-server using: 12 13``` 14gradlew :example-frontend-js:run 15``` 16 17Built and deployed application is available at the library documentation site 18[here](https://kotlin.github.io/kotlinx.coroutines/example-frontend-js/index.html). 19