Azure Static Web Apps allows you to easily build Next.js apps in minutes. Use this repo with the Next.js tutorial to build and customize a new static site.
This repo can be used as starter Next.js application for testing basic Next.js features.
To run locally, open the development server with the following command:
npm run dev
Next, open http://localhost:3000 in your browser to see the result.
For a more rich local development experience, refer to Set up local development for Azure Static Web Apps.