This projet is a simple Angular app using hexagonal architecture (or ports and adapters architecture) concepts. The rendering is the same as Angular Tour of Heroes app, but code architecture is different. All the explanations on the architecture choices can be found in this article.
Run npm install
to install node modules dependencies, before starting dev server.
Run npm start
to start the dev server. Navigate to http://localhost:4200/
.