Skip to content

React frontend and .NET backend example application.

Notifications You must be signed in to change notification settings

sethbr11/react-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

React/.NET Application Example

This project is an example of a simple React app using a .NET backend. This project is easy to use and set up by doing the following steps:

  1. Clone the repository with git clone https://github.com/sethbr11/react-dotnet.git in a terminal window.
  2. Navigate inside the project folder and open another terminal window in the folder.
  3. In one of the terminal windows, enter the backend folder and run dotnet run to start the backend part of the application.
  4. In the other terminal window, enter the frontend folder. From there, run npm install to install all the dependencies needed to run the application.
  5. In the same frontend folder, run npm run start to start the frontend part of the application. It should automatically open a browser window to the application displaying a table which pulls data from the .NET backend.

Prerequisites

In order to run this project, you will need .NET installed on your computer as well as Node. Make sure these are in place first.

Disclaimer

This is just an example app for the development side of things only. This is not suitable for production environments as is.

About

React frontend and .NET backend example application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published