Forum Discussion
Akhil_Arelli1309
Mar 16, 2020Copper Contributor
How to deploy a React application into Sharepoint Online?
I created a sample React application running in http://localhost:3000/ . Now this application should run within sharepoint. what is the procedure? can any one suggest a solution.
Akhil_Arelli1309
Mar 17, 2020Copper Contributor
vcima The React application we are running is NPM builded. will this support "gulp".
vcima
Mar 17, 2020Brass Contributor
The most important is to create the file: .sppkg, obviously the way to create this file depends on your tools.
In my case I have developed the component with yeoman, I have followed this steps:
https://docs.microsoft.com/es-es/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part
Regards!