This sample application demonstrates how to use Headless Chrome via the Puppeteer module to take screenshots of webpages on Google App Engine Node.js standard environment.
- Install dependencies with
npm install(Headless Chrome will take some time to download), - Start the application locally using
npm start.
- Install the Google Cloud SDK admn create a Google Cloud project
- Run
gcloud app deploy