Skip to content

Commit a442544

Browse files
authored
Merge pull request #64 from giolaq/main
Adds production build instructions for the web platform in the README.
2 parents 1500a78 + 0fba215 commit a442544

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)