Starting A New Angular 4 Project Is Easy!
1 min readAug 25, 2017
So you are starting a new Angular 4 project, ay? Well, it is a lot easier then you think. You can get an Angular 4 project rolling off the floor with just a few terminal commands.
First and foremost, you need to have the Angular Cli installed. Doing anything without this tool is borderline crazy.
Install the Angular Cli:
Using that Cli, create a new Angular project :
You are ready to go. Happy Hacking!