Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 620 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 620 Bytes

ReactTypeScript.NET

Taking the .NET React Template that is available in Visual Studio and converting it to use TypeScript rather than JavaScript.

You can download this repository to use as a project template.

Running the project

By running the .NET app in Visual Studio with IIS the project will also run the npm server and redirect to the frontend when it is ready.

If you're having issues running the project make sure you have ran npm install to install all of the dependencies.

You can also verify the version of node you are using by running node -v (16.13.1 was used to create this project).