I wanted to configure Docker for easy run but I had issues with that for some reason so I will describe here how to start it manually. To start you need to host 2 servers. One is for the API and the second is Angular app.
- To run Logistic.Api -> open solution via Rider or Visual Studio and run it.
- To run Logistic.Ui -> open console Logistic\Logistic.Ui and enter command:
npm start - Open your favourite browser and enter http://localhost:4200.
Enjoy!