This is a boilerplate aplication to run a react application with asp.net in js and typescript.
- Clone the repository
- Run
npm install
in the client folder - Run
dotnet restore
in the server folder - Run
npm run dev
in the client folder - Run
dotnet run
in the server folder