Trying in canary
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.
To run locally, open the development server with the following command:
npm run dev
# or
yarn dev
Next, open http://localhost:3000 in your browser to see the result.
You can start editing the app by modifying modifying pages/index.js
. Notice how the the page auto-updates as you edit the file 🎉.