NgArch is an Angular application architecture tool, analyzing Angular application and visually displaying the modules, components, services and data models in multiple diagrams. This repo is the server of the NgArch
NgArch is an Angular application architecture tool, analyzing the static structure of the Angular application and visually displaying the modules, components, services and data models in multiple diagrams.
NgArch(Angular application architecture tool) contains two parts.
- NgArch Server, is a node and express application. It analyzes the Typescript source code and extracts the elements of the Angular application.
- NgArch, is an Angular 6 application. It visually shows the elements and the structure of the application in multiple diagrams.
Install ngarch-app which contains the server(ngarch-server) and the client(ngarch).
git clone https://github.com/samcodex/ngarch-app.git
then
npm install
npm start
The server uses port 3000
In browser, enter 'http://localhost:3000'
npm install ngarch-server
npm install ngarch