This is a boilerplate aplication to run a react application with asp.net in js and typescript.
- Clone the repository
- Run
npm installin the client folder - Run
dotnet restorein the server folder - Run
npm run devin the client folder - Run
dotnet runin the server folder