Skip to content

codebendervt/nextjs-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js starter

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.3%
  • CSS 16.7%