Skip to content

rajakrishna/react-appengine-demo

Repository files navigation

React + App Engine

Development Setup

Install dependencies:

npm install

Start the development server:

npm run dev

Deployment to Google App Engine

For a detailed step-by-step guide, check out this blog post.

Prerequisites

  • Google Cloud SDK installed
  • A Google Cloud Project
  • App Engine enabled on your project

Steps to Deploy

Build the app for production:

npm run build

Enable App Engine (if not already enabled):

gcloud app create

Deploy to App Engine:

gcloud app deploy

View your deployed app:

gcloud app browse

Your app will be available at https://<PROJECT_ID>.appspot.com

About

How to Deploy a React (Vite) App to Google App Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published