Delivering Rendered React from Google Cloud Functions This is a companion repo to my article on Medium. Setup Install Node.js Follow the Google Cloud CLI quickstart guide $ npm install Emulate Google Cloud Functions locally $ npm run local Visit http://localhost:3000/render in your web browser. Deploy to Google Cloud $ npm run build && npm run deploy