Skip to content
Sounish Nath edited this page Aug 27, 2020 · 6 revisions

Project Startup & Collaboration Rules

Download Requirements

  1. Vscode Download
  2. Git Download
  3. Node Js Download

Angular Tutorial:

Youtube Tuts - Codevolution

Hot Module Replacement - HMR Build Optimizer

I would like to show you how to implement HMR-Hot Module Replacement to your Angular project. When developing a project with Angular’s default configurations, whenever you saved your project(Ctrl+S) the project is recompiled. The whole project recompiled. This situation may cause time loss when developing. At this moment, I did some research, and I found HMR to decrease recompilation for Angular.
To Know More:

* Git Collaboration

Git Logo
Git is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.
Link to Learn: Learn Git