Complete the steps described in the quickstart instructions, and in about five minutes you'll have a simple browser application that makes requests to the Gmail API.
After following the quickstart instructions, run the sample:
In your working directory, install the http-server package:
npm install http-serverIn your working directory, start a web server:
npx http-server -p 8000And opening the web page:
open http://localhost:8000