Skip to content

Commit

Permalink
readme: mention sirv --host
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Sep 24, 2019
1 parent 6a0e854 commit 4e3a408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ npm run dev

Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.


## Deploying to the web

Expand Down

0 comments on commit 4e3a408

Please sign in to comment.