Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 722 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 722 Bytes

Next.js starter

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.

Running locally

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 🎉.