Install iisnode:
https://github.com/tjanczuk/iisnode
Scott Hanselman has nice tutorial about this:
Navigate to directory in command prompt and run the following:
npm install
Add new IIS website with this folder as a source and update your hosts file if necessary.
The code is based on https://learnnextjs.com/ by @arunoda.