December 2017
Beginner
372 pages
10h 32m
English
We will use the Angular CLI to help us do the initial setup of the project, as we did in our previous application. We saw in Chapter 2, Our First Application – Sports News Combinator, how easy it is to set up the project with the Angular CLI. With just one command, we will have all the necessary files added to our project, downloaded packages, and a local server configured.
Let's run the following command to set up our project:
ng new SampleTrelloApplication
You can even go to our GitHub page, at https://github.com/sachinohri/SampleTrelloApplication.git, and download the entire code if you are interested.
The preceding command will create the initial components and configure the packages as required. Once the command is executed, ...
Read now
Unlock full access