/nextjs-gae-deploy

Deployment of NextJS Application to Google App Engiine [GAE]

Primary LanguageCSS

Project Description

Go through this detailed article

gcloud auth login

Create a new GCP project and application

gcloud projects create PROJECT-NAME
gcloud config set project PROJECT-NAME
gcloud app create

deploy

yarn run deploy