With the following command the angular-cli will be installed globally in your machine:
npm install -g @angular/cli
We can start the sample application backend with the following command:
npm run server
This is a small Node REST API server.
To run the frontend part of our code, we will use the Angular CLI:
npm start
The application is visible at port 4200: http://localhost:4200