Project was initialized with the cli
command:
ng new --skip-install --style sass ng5-artist-directory
Components were generated with the command:
ng generate component artist-{search,detail,list}
Routing module was created by
ng generate module app-routing --flat --module=app
Populate dependencies with
npm install
and you are ready to go. Launch the project with
npm start