[Docs] Website - Change port from 8080 to 8079

This commit is contained in:
Christopher Dro 2015-12-03 10:48:03 -08:00
parent a64ee7d8c5
commit 200e69e39f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Then, run the server via
```
npm start
open http://localhost:8080/react-native/index.html
open http://localhost:8079/react-native/index.html
```
Anytime you change the contents, just refresh the page and it's going to be updated.