react-go-gae-example icon indicating copy to clipboard operation
react-go-gae-example copied to clipboard

Example Universal/Isomorphic React app on a Google App Engine Standard Go backend

⚠️ App Engine has evolved to a new runtime since this project was created. Some of the principles are still applicable, but not everything should serve as an example on how to do things today

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