Init the repo with npm
npm install
- Launch gulp to generate the CSS
gulp sass
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
If you want automatically reload the design if you change any of the source files you can use gulp watch
in the same time.