diff --git a/README.md b/README.md index 7784325..f02d391 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # Dialoga App +Start development: + +```bash +# dev with no proxy (local data) +gulp serve +json-server data.js -p 9000 -w data.js + +# dev with proxy to hom server +gulp serve --target="http://hom.login.dialoga.gov.br" + +# dev with proxy to production server +gulp serve --target="http://login.dialoga.gov.br" +``` + # Project Decisions - [generator-gulp-angular](https://github.com/Swiip/generator-gulp-angular) diff --git a/src/app/components/a11y-bar/a11y-bar.html b/src/app/components/a11y-bar/a11y-bar.html index ec8325e..59acb13 100644 --- a/src/app/components/a11y-bar/a11y-bar.html +++ b/src/app/components/a11y-bar/a11y-bar.html @@ -4,25 +4,25 @@