Skip to content

kamilpiskorski/angular-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

angular-starter-kit

Starter Kit based on Angular CLI (version 9.1.7) with custom folder structure includes some basic code like auth and form module

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app 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 dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Folder structure

.
β”œβ”€β”€ e2e
β”œβ”€β”€ dist                                                    # Compiled files
└── src                                                     # Source files
     β”œβ”€β”€ app
     β”‚    β”œβ”€β”€ data
     β”‚    β”‚    β”œβ”€β”€ [+] modelss
     β”‚    β”‚    └── [+] services
     β”‚    β”œβ”€β”€ layouts
     β”‚    β”‚    └── [layout name]
     β”‚    β”œβ”€β”€ libs
     β”‚    β”‚    └── [lib name]
     β”‚    β”œβ”€β”€ modules
     β”‚    β”‚    └── [module name]
     β”‚    β”‚         β”œβ”€β”€ [+] components
     β”‚    β”‚         β”œβ”€β”€ [+] directives
     β”‚    β”‚         β”œβ”€β”€ [+] pages
     β”‚    β”‚         β”œβ”€β”€ [module name]-routing.module.ts
     β”‚    β”‚         └── [module name].module.ts 
     β”‚    └── shared
     β”‚         β”œβ”€β”€ [+] components
     β”‚         β”œβ”€β”€ [+] directives
     β”‚         └── [+] pipes
     β”œβ”€β”€ [+] assets
     β”œβ”€β”€ [+] enviroments
     β”œβ”€β”€ [+] styles
     └── index.html

About

πŸ“¦ Angular boilerplate with custom folder structure includes some basic code like auth and form module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published