Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 634 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 634 Bytes

Angular Hexagonal Architecture

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/.