You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| src | 2 years ago | |
| webpack.config.d | 2 years ago | |
| README.md | 2 years ago | |
| build.gradle.kts | 2 years 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.