ReactDesktopApp

Hi,

I’m using the ReactDesktopApp template and trying to understand it, after making changes to the components in the react file, the changes show up in aspnet website when debugging. If i try and debug an instance of say the console app the changes are not there?

What do i need to do in order to see the changes in the other hosted project types?

Thanks

If you haven’t done so please read the docs for the React Desktop Apps template.

All Apps use the shared embedded resources in the Resources project, you need to run the 01-bundle-all gulp task in order to populate it from the ASP.NET Web project sources.

Thanks! I swore I ran the 01-bundle-all task before I asked the question! All working now.