Hello Jiatong Zhu ,
Thank you for reaching out on the Microsoft Q&A .
To locate your React app's build output in Visual Studio 2022, follow these steps:
First, open up File Explorer and head to your project folder. Look out for the build
folder inside – that's where all the important files like index.html
, static
assets, and JavaScript bundles reside.
Now, if you're up for it and want to tweak the output location:
Simply right-click on your project in Visual Studio's Solution Explorer, then click on "Properties." From there, navigate to the "Build" section where you'll find the "Output path" property. Adjust it to your liking and hit "OK" to save your changes.
I hope this helps! If you have any further questions, feel free to ask.
If the information is useful, please accept the answer and upvote it to assist other community members.