# Demo on `localhost`

``` bash
$ git clone https://github.com/koddr/vue-goodshare.git
$ cd vue-goodshare/examples
```

Start simple Python 3.4+ HTTP server (only macOS and Linux):

``` bash
$ python3 -m http.server 4000 --bind localhost
```