A simple website build without CSS frameworks and mockups, I love to experiments around a lot and you can see some of it here ;)
Install all dependencies:
$npm iTo start development server (Hot-reload), run following command:
$ng serve -oTo build ( add --prod for production build)
$ng build --prod