From 4bd075fd7a1e73e1f510f7cafd73312b58055ba3 Mon Sep 17 00:00:00 2001 From: mauriziovitale84 Date: Fri, 29 Apr 2016 12:17:01 +0100 Subject: [PATCH] #17 Added test and demo docs --- ng2-components/ng2-alfresco-login/README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/ng2-components/ng2-alfresco-login/README.md b/ng2-components/ng2-alfresco-login/README.md index 91606984fe..5bc15065d4 100644 --- a/ng2-components/ng2-alfresco-login/README.md +++ b/ng2-components/ng2-alfresco-login/README.md @@ -22,6 +22,19 @@ export class MyLoginComponent { ``` ### Build - +```sh npm install -npm run build +npm npm run build +``` + +### Test +```sh +npm test +``` + +### Demo +```sh +cd demo +npm install +npm start +``` \ No newline at end of file