Skip to content

Commit ac8d893

Browse files
authored
docs: update
1 parent d440b59 commit ac8d893

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cra-template-seed/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ This seed decrease’s the bootstrap time spent on new projects, POCs or MVPs wh
1010
```shell script
1111
npx create-react-app my-app --template @ui5/webcomponents-react-seed
1212

13+
npm run mock
14+
1315
# or if you prefer to use yarn
1416

1517
yarn create react-app my-app --template @ui5/webcomponents-react-seed
18+
19+
yarn mock
1620
```
1721

1822
# Configuration Included

0 commit comments

Comments
 (0)