Skip to content

Wood-Chopper/angular-onion-architecture-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Onion Architecture Template

This project is an Angular template project that implements the Onion Architecture.

Any npm and ng command needs to be run in app directory.

Install dependencies

Run npm install to download and install external dependencies.

Link the modules

Run npm run link to link the npm modules domain, view, client and state between them.

The command simply runs npm install in each folder.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the app/dist/ directory.

Running unit tests

Since this project is a template, not default test framework has been inscluded.

Further help

To get more help on the Angular Onion Architecture, go check out the related article on Medium

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published