Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion gmail/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ Gmail API.

After following the quickstart instructions, run the sample:

In your working directory, install the [http-server](https://www.npmjs.com/package/http-server) package:

```shell
npm install http-server
```

In your working directory, start a web server:

```shell
python3 -m http.server 8000
npx http-server -p 8000
```

And opening the web page:
Expand Down