Forum Discussion
kevmcdonk
Mar 10, 2017MVP
Is deploying add-ins to a developer site supported with SPFX?
I am working on a SharePoint Framework webpart and packaging up as an add-in. Can I deploy this to a developer site collection in any way or only to the app catalog? Was hoping that I could deploy to...
Luis Mañez
Mar 13, 2017MVP
I think you need to deploy it first into the app catalog. Once you're done, you can install the client-side solution on your site (dev site or whatever). Here is the process:
https://dev.office.com/sharepoint/docs/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page
https://dev.office.com/sharepoint/docs/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page
- kevmcdonkMar 14, 2017MVP
Thanks Luis. I have my app working with App Catalog but was hoping there was an easier pattern to deploy a test version for users without needing to have a separate dev tenant. Always found the developer site useful with the add-in model.