From 0a2a2279df3e2d9fd8077a7337045106be8d7a6a Mon Sep 17 00:00:00 2001 From: Bougarfaoui El houcine Date: Mon, 27 Feb 2017 23:18:14 +0000 Subject: [PATCH] Create readme.md --- examples/chat-app/readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/chat-app/readme.md diff --git a/examples/chat-app/readme.md b/examples/chat-app/readme.md new file mode 100644 index 0000000..a45cb5a --- /dev/null +++ b/examples/chat-app/readme.md @@ -0,0 +1,17 @@ +download the example + +```cd chat-app``` + +```npm install``` + +```node app``` + +open another terminal + +```cd chat-app/public``` + +```npm install``` + +```ng build``` + +then enter ```http://localhost:8988/``` in your browser.