React+Go (Google App Engine Standard) Example
An example of a universal/isomorphic React app with a Google App Engine Standard Go backend.
An in-depth walkthrough of this example can be found in this blog post.
Installing dependencies
yarn install-deps
Starting the dev environment in watch mode
yarn dev-appserver &
yarn watch
The app is accessible on http://localhost:8080
Starting the dev environment in devserver mode
yarn dev-appserver &
yarn dev-server
The app is accessible on http://localhost:8081