You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+71-5
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Angular Boilerplate
2
2
3
-
Clean, intuitive, lightweight and fast starter project which contains a robust, maintainable, scalable, and agile architecture, allowing the developer to focus on the business logic and not on Front-end architecture matters.
3
+
Angular starter for large front-end projects built under a clean architecture that helps to scale and maintain a fast workflow.
@@ -22,15 +22,81 @@ Clean, intuitive, lightweight and fast starter project which contains a robust,
22
22
- SEO good practices.
23
23
- Code quality and best practices on each language.
24
24
25
+
### Project structure
26
+
27
+
```
28
+
π---app
29
+
π---@core
30
+
π---enums
31
+
π---guards
32
+
π---handlers
33
+
π---interceptors
34
+
π---interfaces
35
+
π---services
36
+
π₯---core.module.ts
37
+
38
+
π---@ui
39
+
π---layout
40
+
π---components
41
+
π---footer
42
+
π---navbar
43
+
π₯---layout.module.ts
44
+
45
+
β---additional UI modules
46
+
47
+
π---features
48
+
π---_auth
49
+
π---components
50
+
π---pages
51
+
π---shared
52
+
π₯---auth-routing.module.ts
53
+
π₯---auth.module.ts
54
+
55
+
π---dashboard
56
+
π---components
57
+
π---pages
58
+
π---shared
59
+
π₯---dashboard-routing.module.ts
60
+
π₯---dashboard.module.ts
61
+
62
+
β---additional feature modules
63
+
64
+
π---public
65
+
π---pages
66
+
π---home
67
+
π---internal-server-error
68
+
π---not-found
69
+
β---additional public components
70
+
π₯---public-routing.module.ts
71
+
π₯---public.module.ts
72
+
73
+
π---assets
74
+
π---animations
75
+
π---icons
76
+
π---css
77
+
π---01-settings
78
+
π---02-tools
79
+
π---04-elements
80
+
π---05-objects
81
+
π---06-components
82
+
π---07-trumps
83
+
ποΈ---styles.scss
84
+
β---additional assets
85
+
86
+
π---environments
87
+
ποΈ---environment.prod.ts
88
+
ποΈ---environment.ts
89
+
β---additional environments
90
+
```
91
+
25
92
## Current page speed insights (Will be improved)
26
93
27
94
### Mobile
95
+
28
96

29
97
30
98
### Desktop
99
+
31
100

32
101
33
102
If you want to check that out by yourself, you can do it [here](https://developers.google.com/speed/pagespeed/insights/?hl=es&url=https%3A%2F%2Fangularboilerplate.netlify.app%2Flogin%3FreturnUrl%3D%252F&tab=desktop)
34
-
35
-
36
-
### π§ π§ π§ ----- Under construction ----- π§ π§ π§
0 commit comments