feat(workout): create standalone app path
Add a workout new PATH command that copies the Workout exemplar into a standalone app with local hemx path dependencies, verifies its manifest in xtask tests, and documents the create/check path. req: examples/001 req: examples/006
This commit is contained in:
@@ -133,7 +133,8 @@ See `docs/versioning.md`.
|
||||
walkthrough in `docs/tutorial-saas.md`; the SQLx persistence recipe in
|
||||
`docs/recipes/sqlx-persistence.md` shows the provider boundary without moving
|
||||
SQL into core.
|
||||
- `examples/workout`: phone-first local-first product exemplar. Run with
|
||||
- `examples/workout`: phone-first local-first product exemplar. Create a starter
|
||||
with `cargo run -p hemx-xtask -- workout new PATH`; run the exemplar with
|
||||
`cargo run -p hemx-xtask -- workout dev` and open `http://127.0.0.1:3028`.
|
||||
It keeps workout truth as commands/events/projections and routes export
|
||||
through the host capability boundary; `examples/workout/README.md` documents
|
||||
|
||||
Reference in New Issue
Block a user