dipeshhkc / nextjs-gae-deploy

Deployment of NextJS Application to Google App Engiine [GAE]

Home Page:https://articles.wesionary.team/deploy-your-next-js-application-on-google-app-engine-in-minutes-cf04c18011ac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Deployment of NextJS Application to Google App Engiine [GAE]

https://articles.wesionary.team/deploy-your-next-js-application-on-google-app-engine-in-minutes-cf04c18011ac


Languages

Language:CSS 79.3%Language:JavaScript 20.7%