'Nextjs-blog tutorial not loading on localhost:3000
Wanting to learn Nextjs and started by trying to go through the tutorial. Any time i 'npm run dev' local host just endlessly loads. When inspecting and checking the console I'm getting nothing at all. Seems like nothing is coming back from the request.
Node version v16.13.1.
I've tried both npx create-next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter" & npm init next-app nextjs-blog.
Any help with this will be appreciated. Thank you.
Solution 1:[1]
You need to actually start the process with npm run dev command from your terminal.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
