Skip to content

Commit bfc2c76

Browse files
committed
test-app installation in its readme
1 parent 0127436 commit bfc2c76

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

tests/test-app/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
22

3-
We will assume you are in the directory `samples\test-app` while following the further instructions
4-
53
## Installation
64

75
Run the following commands from your shell.
86

7+
```bash
8+
npm install
9+
npm run build
10+
```
11+
912
### Installing the test-app
1013

14+
Change directory to `test-app`,
15+
```bash
16+
cd tests/test-app/
17+
```
1118
Inside `test-app`, run
1219
```bash
1320
npm install

0 commit comments

Comments
 (0)