ngarch-server

1.4.5 • Public • Published

NgArch Server

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

Description

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.

Usage

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

Launch the server

npm start
The server uses port 3000

Access the client

In browser, enter 'http://localhost:3000'

Install ngarch-server(server) manually

npm install ngarch-server

Install ngarch(client) manually

npm install ngarch

Readme

Keywords

Package Sidebar

Install

npm i ngarch-server

Weekly Downloads

3

Version

1.4.5

License

MIT

Unpacked Size

54.6 kB

Total Files

4

Last publish

Collaborators

  • samcodex