We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa702a commit a509067Copy full SHA for a509067
1 file changed
README.md
@@ -61,15 +61,17 @@ npx react-native bundle \
61
--assets-dest ios/assets
62
```
63
64
-#### 4. View the report in the browser
+#### 4. CLI
65
+
66
+##### 4.1 View the report in the browser
67
68
Run webserver to view the report:
69
70
```bash
71
npx react-native-bundle-discovery server metro-stats.json [--port <port>]
72
73
-#### 4. Build the HTML report
74
+##### 4.2 Build the HTML report
75
76
Run the following command to generate an HTML report from the JSON file:
77
0 commit comments