Host React JS Application on SharePoint Online

Copper Contributor

Hi,

 

I have a react JS search application that was created by NPM build, It is running in the localhost(port: 3000) successfully.

I want to deploy the same application on SharePoint Online.

 

Can you suggest me the best procedure to host my application into SharePoint Online.

 

Thanks in advance.

Asif.

1 Reply
Hi,
The best approach would be to convert the application to SharePoint Framework solution which can be done easily. Please refer the documentation from Microsoft.
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/migrate-angular-1-x-applicat...