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.