Next.js install
Next.js is a framework for server-rendered React applications as well as statically exported React apps.
Getting Started
To get the first next app, just type the code below.
1 | C:\Blog\Next.js |
Then just waiting the npm install the package
After install whole package there will be a nextjs-blog folder, enter it
1 | C:\Blog\Next.js |
Then just run the local server
1 | C:\Blog\Next.js\nextjs-blog |
The local server website will be http://localhost:3000
The website looks like simple and clear