Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 453 Bytes

File metadata and controls

18 lines (12 loc) · 453 Bytes

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.