Skip to content

Baseline app to run nextJS on Azure App Service

Notifications You must be signed in to change notification settings

Qeldrona/nextjs-azure-baseline

Repository files navigation

nextjs-azure-baseline

This is a bare bones application to run nextJS on Azure App Service. You can run this app on an Azure App Service (Linux/Node) without any additional setup - Just deploy to your app service (Kudu build engine).

It is important to leave the server.js file at the root of the project and to keep your build/start scripts the same unless you know what you're doing.

Do not put node_modules in your .gitignore

Run Locally: npm install npm run build npm run dev

About

Baseline app to run nextJS on Azure App Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages