mqtsuo02 / nextjs-gae-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs-gae-example

Example of deploying Next.js app to GAE.

The application code is based on the Next.js tutorial.

deploy to GAE

install node modules

$ npm i

build next app

npm run build

deploy to GAE

npm run deploy

local development

install node modules

npm i

build & start localhost:3000

npm run dev

About

License:MIT License


Languages

Language:JavaScript 100.0%