Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 454 Bytes

INSTALL.md

File metadata and controls

23 lines (14 loc) · 454 Bytes

How to install

Init the repository

Init the repo with npm

npm install

Init the design

  1. Launch gulp to generate the CSS
gulp sass

Test the setup

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.