Skip to content

Commit

Permalink
docs: update local dev instructions (#264)
Browse files Browse the repository at this point in the history
* docs: use app dev to run actions locally

* docs: update vs code debug instructions
  • Loading branch information
MichaelGoberling authored Nov 22, 2024
1 parent aa94378 commit 7a12cec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions generators/base-app/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Welcome to my Adobe I/O Application!
- `aio app run` to start your local Dev server
- App will run on `localhost:9080` by default

By default the UI will be served locally but actions will be deployed and served from Adobe I/O Runtime. To start a
local serverless stack and also run your actions locally use the `aio app run --local` option.
By default the UI will be served locally but actions will be deployed and served from Adobe I/O Runtime. To run your actions locally use the `aio app dev` option.

For more information on the difference between `aio app run` and `aio app dev`, see [here](https://developer.adobe.com/app-builder/docs/guides/development/#aio-app-dev-vs-aio-app-run)

## Test & Coverage

Expand Down Expand Up @@ -64,9 +65,7 @@ You can generate this file using the command `aio app use`.

## Debugging in VS Code

While running your local server (`aio app run`), both UI and actions can be debugged, to do so open the vscode debugger
and select the debugging configuration called `WebAndActions`.
Alternatively, there are also debug configs for only UI and each separate action.
While running your local server (`aio app dev`), both UI and actions can be debugged. To do so follow the instructions [here](https://developer.adobe.com/app-builder/docs/guides/development/#debugging)

## Typescript support for UI

Expand Down

0 comments on commit 7a12cec

Please sign in to comment.