This folder contains both e2e integration tests as well as examples of usage of the sub-framework.
hello_static
: The simplest possible app demonstrating lazy loading (but not server-side rendering.)hello_server
: A simple example with server-side rendering demonstrating re-hydration of the application on the client.todo
: Classical ToDo application implemented with Qwik.
-
First, start the server
bazel run integration:server
-
Open the browser http://localhost:8080
-
Navigate to one of the examples.