simplest way to create reactjs app in visual studio

1.8k Views Asked by At

I've been trying to create a ReactJS app in visual studio and I have found that the simplest way to create a Reactjs App is using dotnet new react -o SampleApp but it comes with to much code, components, etc.. is there any way that I just can create a Hello World app? or a blank Reactjs app?

2

There are 2 best solutions below

0
On

You can always create an empty project in Visual Studio and then add the ReactJS Nuget Package.

See this for more details: https://reactjs.net/getting-started/tutorial.html

0
On

Facebook has provided an awesome tool for that called create-react-app.

create-react-app

Add plugins in VS Code for better formatting.