Development workflow
Repository example
Section titled “Repository example”From the Hoplite repository:
make example-checkmake example-buildmake example-devOr work directly in examples/:
make checkmake foregroundcurl -i http://localhost:8080/helloDirect CLI workflow
Section titled “Direct CLI workflow”hoplite serve check PROJECThoplite serve build --mode dev PROJECThoplite serve foreground --mode dev PROJECTDevelopment mode uses one worker by default and exposes generated OpenAPI at /openapi.json unless the application specifies another path. Production defaults differ; see Production operation.
Interactive console
Section titled “Interactive console”Running hoplite with no arguments opens a persistent Hara REPL with project namespaces and the hoplite.dev host service installed. Use it to start and inspect explicitly declared application Vars. See Development console.