Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 714 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 714 Bytes

Tourest app

A reference project to deploy a static React app onto Google Cloud Run, Cloud Build as the CI/CD tool, and Cloud Firebase Web as a serverless backend.

Prerequisites ❗

  • Google Cloud Project with a configured billing account
  • Terraform

Deploy 🔨

Run the script for deploying an application to a cloud project via terraform.

 ./init.sh

Run locally 🔅

  1. Create a firebase project and register your app with the following instruction
  2. Create a .env file with the following example.env and copy content from firebaseConfig
  3. Run npm run start and visit app at http://localhost:3000