Skip to content

Commit 21c27d7

Browse files
authored
Update README.md
1 parent e8cad5b commit 21c27d7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,14 @@ A Factory for Angular 1 to consume the magento 2 rest api
1818
## Products
1919
getProducts: getProducts,
2020
getProduct: getProduct
21+
22+
23+
24+
#### Developing locally (bower)
25+
-fork the project
26+
-cd into the dir
27+
-run "bower link"
28+
-go to you project
29+
-run "bower link mangular"
30+
31+
now the changes you do on the services should be reflected directly in you project, just dont forget to run "npm run bulid" or "npm run watch" in the mangular folder

0 commit comments

Comments
 (0)