Skip to content

tobasteiro/hello-next

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next 13 template

This is a super minimal starter for Next 13's App Router.

Not intended for use in production. Purely used for educational reasons.

Running a development server

First, install the dependencies:

$ npm install

Then, start a local development server:

$ npm run dev

Note: Unlike create-react-app, we need to run the dev command, not start. The start command is used to run a production server; we'll learn more about that later in the course.

Troubleshooting

  • Please make sure you're using Node.js version 16.14 or higher. This is the minimum Node version required by Next.js.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 69.1%
  • JavaScript 30.9%