Angular Hexagonal Architecture
September 7, 2022 ยท View on GitHub
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.
Install dependencies
Run npm install to install node modules dependencies, before starting dev server.
Development server
Run npm start to start the dev server. Navigate to http://localhost:4200/.