Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

remko/react-go-gae-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⚠️ 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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published