React

Welcome to Part II of React from Scratch.

Deploying React on IIS (Internet Information Service) has some tricks.

You need to set up your React project in an Index.html file, configure the IIS pool, choose the Port to run it and copy the web. config, and install the rewrite module on Windows.

Here are the steps to guide you.

Let's start

Now, you must have your first React app on IIS working. Good lucky!

I'll guide you in starting a new Telerik UI for the React app in Part III.

Questions you may still have

What two scripts need to be added to the end of the body in Index.html?

You will find helpful information here.

What is the web.config file content that needs to be added to the target folder under IIS?

It would be best if you did this to configure IIS to use the rewrite module to start React.

What are the steps to install and configure the rewrite module?

Download Installer 64x here in your language and execute it. That is all.