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
+23-6Lines changed: 23 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,11 @@
5
5
6
6
## Description
7
7
8
-
- The boilerplate using multiple projects in one Angular environment so that the boilerplate help users
9
-
to improve code reusability, scalability, maintainability, and customization. It can also help in increase productivity, reduce risks, and improve the quality of application.
10
-
11
-
- The multiple applications or parts of applications that share common functionality, using multiple
8
+
The boilerplate using multiple projects in one Angular environment so that the boilerplate help users
9
+
to improve code reusability,maintainability and customization. boilerplate can also help in increase productivity, reduce risks, and improve the quality of application.
10
+
The multiple applications or parts of applications that share common functionality, using multiple
12
11
projects can help you avoid duplicating code. You can create a shared library project and use it across all the projects. This approach can help you maintain consistency and reduce code duplication.
13
12
14
-
Following are the steps to get started with it:
15
13
16
14
## Usage
17
15
@@ -72,6 +70,17 @@ PROJECTS
72
70
```
73
71
74
72
## Projects
73
+
74
+
### Purpose of the Projectswe have
75
+
- Boilerplate use Multi project to avoid duplicate code and easy maintainance this can be used where
76
+
we have to maintain multiple projects that have something in common like a user portal and admin portal
77
+
Here Boilerplate use "Projects" folder typically serves as a centralized location to organize and store project-related files and resources.
78
+
- Boilerplate allows users to Generate new applications at same workspace with following command:
79
+
80
+
```sh
81
+
ng generate application <application-name>
82
+
```
83
+
75
84
1. Arc:
76
85
- This boilerplate arc project is a project set up that can be easily altered to create new projects.
77
86
The user is able to use in the original project, its foundation, and its structure to set up a new one without changing the original.
@@ -82,7 +91,15 @@ PROJECTS
82
91
For further reference you can refer [Here](Projects/arc-lib/README.md)
83
92
84
93
85
-
#### Step 3: Start the Server
94
+
#### Step 3: Setup of Starting the Server
95
+
96
+
- By Default boilerplate giving `defaultProject` as `arc` in the `angular.json` you can do further changes as per your Project requirment so that if you directly do `ng serve` your project run by default.
0 commit comments