hello-appengine

command
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2020 License: MIT Imports: 4 Imported by: 0

README

hello-appengine

hello-appengine is a demo that shows how to run a progressive web app created with the app package on Google Cloud App Engine.

Prerequisites

Build and deploy

Go to the hello-appengine directory:

cd $GOPATH/src/github.com/maxence-charriere/go-app/demo/hello-appengine

Build the hello app:

GOARCH=wasm GOOS=js go build -o app.wasm ../hello

The current directory should look like the following:

# github.com/maxence-charriere/go-app/demo/hello-appengine
.
├── README.md
├── app.wasm
├── app.yaml
└── main.go

Deploy on Google Cloud App Engine:

gcloud app deploy . --project YOUR_PROJECT_ID

See the live demo.

Contribute

Help to develop the app package by becoming a sponsor.
Become a sponsor.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL