Create Next js web application. To create the next js app you must have installed node software. Now open folder where you want to install next js app. Open command and type npx create-next-app web-learning.
Here web-learning is my project name which will be created a folder contain all next js files.
0 Comments