Skip to content

kimiaabt/hello-next

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js template

This is a super minimal starter for using Next.js with the modern 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

Troubleshooting

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

About

From Josh Comeau's Joy of React Course

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 69.4%
  • JavaScript 30.6%