/react-dotNetCore-demo

add API .Net Core and React project

Primary LanguageTypeScript

react-dotNetCore-demo

this is a simple frontend and backend code (React + Redux and .Net Core)

steps to run the projects:-

1- git colne of this repository runing this command :git colne https://github.com/MagdyH/react-dotNetCore-demo.
2- build ReactAPI project to create the DB. Note: i used Entity Framework Core - Code First .
3- run the API project.
4- open react-typescript folder and run : npm install to get node modules.
5- after getting package rum command : npm start to run frontend project.
6- go to user page from the menu.
7- enjoy your demo ;)