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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,34 @@ I will take two weeks break to continue working with the [typescript-data-struct
97
97
-[ ] Websocket realtime update
98
98
-[ ] Interactive report
99
99
100
+
## Tutorial
101
+
102
+
When I look at the application, it is huge. When the task is huge, you don't know where and how to start working with them. I started to break them apart into a [simple to-do list on notion][todo-list]. Once I know what needs to be done, what I need to do is to follow the plan. That's how I built the app.
103
+
104
+
I learned a lot of stuff. I know you might also have a curiosity about the process of building the same scale app. That's why I am writing a list of tutorials on how I built Angular Jira clone from scratch. I hope you guys will learn something from that too :)
105
+
106
+
Please bear with me for a little longer. Because with almost 50 hours coding, to write every single step is impossible. But hopefully, through the tutorial, you will get the idea and can start building the app today.
107
+
108
+
Its series will also be published in Vietnamese as a part of our [angular-vietnam/100-days-of-angular][100days].
I built it as the side project so It usually took longer than expected. One day, my team and I were fire fighting on PROD until 11 PM. After taking a shower, I continue with Angular Jira clone for another two hours...
Copy file name to clipboardExpand all lines: backend/README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,6 @@ $ npm run test:cov
64
64
65
65
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.8.
12
25
@@ -22,16 +35,4 @@ Run `ng generate component component-name` to generate a new component. You can
22
35
23
36
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.
24
37
25
-
## Running unit tests
26
-
27
-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
28
-
29
-
## Running end-to-end tests
30
-
31
-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
32
-
33
-
## Further help
34
-
35
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
0 commit comments