Skip to content

Commit 283de25

Browse files
authored
Seed Docs Update (#929)
* docs: update * docs: update * docs: update * Update README.md
1 parent d440b59 commit 283de25

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@ For more info, check the [seed documentation](https://github.com/SAP/ui5-webcomp
112112

113113
```sh
114114
npx create-react-app my-app --template @ui5/webcomponents-react-seed
115+
npm run mock
116+
115117
# or if you want to use yarn
116118
yarn create react-app my-app --template @ui5/webcomponents-react-seed
119+
yarn mock
117120
```
118121

119122
### Add `@ui5/webcomponents-react` to an existing app

docs/1-Welcome.stories.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,11 @@ For more info, check the [seed documentation](https://github.com/SAP/ui5-webcomp
5252

5353
```sh
5454
npx create-react-app my-app --template @ui5/webcomponents-react-seed
55+
npm run mock
56+
5557
# or if you want to use yarn
5658
yarn create react-app my-app --template @ui5/webcomponents-react-seed
59+
yarn mock
5760
```
5861

5962
### Add `@ui5/webcomponents-react` to an existing app

packages/cra-template-seed/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ This seed decrease’s the bootstrap time spent on new projects, POCs or MVPs wh
99
# Usage
1010
```shell script
1111
npx create-react-app my-app --template @ui5/webcomponents-react-seed
12+
npm run mock
1213

1314
# or if you prefer to use yarn
14-
1515
yarn create react-app my-app --template @ui5/webcomponents-react-seed
16+
yarn mock
1617
```
1718

1819
# Configuration Included

0 commit comments

Comments
 (0)