| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ReactJS.NET is a library that makes it easier to use Babel along with Facebook's React and JSX from C#.
dotnet new -i React.Template dotnet new reactnet-vanilla dotnet run
See also:
When building your own copy of ReactJS.NET (for example, if implementing a new feature or fixing a bug), your first build always needs to be done using the build script (dev-build.bat) as this generates a few files required by the build (such as SharedAssemblyVersionInfo.cs). Once this build is completed, you can open React.sln in Visual Studio and compile directly from Visual Studio. Please refer to the documentation page on contributing for more information on contributing to ReactJS.NET.
Note that the build requires you to have Git installed. If you do not want to install Git, you may remove the GitVersion task from build.proj.
| Back | FazBrowse Home | New Git URL |