/nextjs-azure-static-webapp

Simple nextjs site deployed as a Azure Static Web App

Primary LanguageJavaScriptMIT LicenseMIT

nextjs-azure-static-webapp

Simple site to manage a list of media files.

Based on nextjs and deployable as an Azure Static Webapp.

System requirements

  • nextjs
  • azure functions cli

Project structure

The functions are in the api folder.

The nextjs site is in the web folder.

Run locally

Terminal 1

cd api
func start

Terminal 2

cd web
npm run dev

Links