/nextjs-gae-example

Primary LanguageJavaScriptMIT LicenseMIT

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