How to create a standalone standalone GWT application?

I need to develop a SPA with GWT technology, but I don’t understand how to make (compile) only one page with all the JavaScript code.

So, for example, my task is to make a simple page with a button and div. You click a button and a div appears on the page. Simply. When I did this in GWT, I cannot find a way to compile this page into a simple index.html with all the JS code inside (or in a single .js file). The page should work offline .

+3
source share

Source: https://habr.com/ru/post/1781009/


All Articles