Calculator

Detailed docs can be found under the ./Documentation folder.

.NETCore, TypeScript, React, MobX, SOA calculator :)

Installation

Client app

npm install

Build web server cd ./web_server then tsc.

Build the UI npm run build:release.

Socket app

npm install

Then just run node index.js.

C# app

dotnet run.

Run all

After all projects are installed in root folder: npm run start.