Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 427 Bytes

File metadata and controls

12 lines (10 loc) · 427 Bytes

razor-react

Using react.js in asp.net core mvc razor view multi page application

React inside razor

How to run

  1. Install dotnet core 3.1 sdk, nodejs and yarn in your system.
  2. Clone the project git clone https://github.com/farhadmpr/razor-react && cd razor-react
  3. Change directory cd RazorReact\Backend
  4. Run dotnet run
  5. Change frontend react components in wwwroot\frontend
  6. Build react by yarn build