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 i
To start development server (Hot-reload), run following command:
$ng serve -o
To build ( add --prod
for production build)
$ng build --prod