| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Angular.io is currently the preview site for Angular 2. This site also includes links to other helpful angular resources including Angular 1, Angular Material, and AngularFire.
cd into root directory angular.io/
install browser-sync
npm install -g browser-sync
or on Windows
npm install -g browser-sync --msvs_version=2013
run gulp serve-and-watch
run browser-sync start --proxy localhost:9000 --files "public/docs/**/*/**/*" --reloadDelay 500
browser will launch and stay refreshed automatically.
Powered by Google ©2010-2015. Code licensed under the Apache License, Version 2.0. Documentation licensed under CC BY 3.0.
| Back | FazBrowse Home | New Git URL |