Skip to content

Commit 253800e

Browse files
committed
Update README
1 parent c9a0163 commit 253800e

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# aemssgdevelop
2-
3-
Welcome to my Adobe I/O Application!
1+
# AppBuilder SSG Template for Edge Delivery Storefront
42

53
## Setup
64

@@ -100,23 +98,6 @@ You can generate this file using the command `aio app use`.
10098
before deploying it as a zipped action. Use this method if you want to keep
10199
your action's dependencies separated.
102100

103-
## Debugging in VS Code
104-
105-
While running your local server (`aio app run`), both UI and actions can be debugged, to do so open the vscode debugger
106-
and select the debugging configuration called `WebAndActions`.
107-
Alternatively, there are also debug configs for only UI and each separate action.
108-
109-
## Typescript support for UI
110-
111-
To use typescript use `.tsx` extension for react components and add a `tsconfig.json`
112-
and make sure you have the below config added
113-
```
114-
{
115-
"compilerOptions": {
116-
"jsx": "react"
117-
}
118-
}
119-
```
120101
## LiveSearch
121102

122103
The action uses LiveSearch to list products from the store.

0 commit comments

Comments
 (0)