A very simple demonstration app using the following technologies:
- TypeScript
- React with Redux
- ASP .NET Core MVC
- C#
- IIS and SQL Express
To install simply open in Visual Studio 2019 Community Edition, press Debug > Start Debugging and go. As part of the process, Visual Studio will download all node_modules required by the ClientApp.
The ClientApp has 7 unit tests. To run navigate your Terminal to:
cd time-keeper\ClientApp
And type:
npm test
or yarn test