React project in Visual Studio 2017

后端 未结 4 819
-上瘾入骨i
-上瘾入骨i 2021-01-30 02:08

I want to develop a React application in Visual Studio 2017 alongside my .NET application (in the same solution).

I am using TypeScript, so I want a project type where I

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-30 02:46

    I've seen people recommend adding the folder containing your React project by right-clicking on the solution and "Add -> Existing Web Site", then excluding it from the build from "BUILD -> Configuration Manager".

提交回复
热议问题