The project can be set up using the CLI and needed packages. For the IMS app, we will create the ims-ui project and install bootstrap as a dependency. This can be done by issuing the following commands on the command line:
ng new ims-ui --routing
//Then install bootstrap 3 from within the project folder
npm install bootstrap@3 --save