Skip to content

Commit 0fba215

Browse files
committed
Add the instructions to build the web package
1 parent e4aa780 commit 0fba215

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ cd apps/expo-multi-tv
216216
yarn ios
217217
```
218218

219-
#### Web
219+
#### Web - Useful for LG WebOS and Tizen
220+
221+
Development server:
220222

221223
```bash
222224
yarn dev:web
@@ -229,6 +231,14 @@ cd apps/expo-multi-tv
229231
yarn web
230232
```
231233

234+
Production build:
235+
236+
```bash
237+
cd apps/expo-multi-tv
238+
npx expo export --platform web
239+
npx serve dist
240+
```
241+
232242
#### Fire TV (Vega)
233243

234244
For the Fire TV optimized build:

0 commit comments

Comments
 (0)