Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dipeshhkc/nextjs-gae-deploy

Deployment of NextJS Application to Google App Engiine [GAE]
https://github.com/dipeshhkc/nextjs-gae-deploy

deployment gae google-appengine nextjs

Last synced: 5 days ago
JSON representation

Deployment of NextJS Application to Google App Engiine [GAE]

Awesome Lists containing this project

README

        

## Project Description

Go through [this](https://articles.wesionary.team/deploy-your-next-js-application-on-google-app-engine-in-minutes-cf04c18011ac) 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```