Hands-On Full Stack Web Development with Angular 6 and Laravel 5
上QQ阅读APP看书,第一时间看更新

Installing the tools – Git, the Angular CLI, and VS Code plugins

From this chapter to the end of the book, we will adopt the VS Code text editor – it is free, lightweight, and very powerful for creating web applications.

Also, it is very important to use a version control system for the source code; this will help us to track all of the changes in our code base.

Next, we will introduce Git source control.