This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
Firstly install iisnode and UrlRewrite... This link would be helpful [ ( https://harveywilliams.net/blog/installing-iisnode ] Then add a website in iis server. After that simply put the app in your "C:\inetpub\wwwroot" folder, then open cmd in the folder and run npm i followed by npm build. Then open the created website link, it should show your app running.