From 37fd4f6198c084645ee2b7970447bcfcb55e95fd Mon Sep 17 00:00:00 2001 From: Evax The Fox Date: Thu, 8 Dec 2022 11:52:24 -0800 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ccbdcd3 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Sample Chat App + +I made a simple chat app writen in `express` and `socket.io` + +# Installation + +Click on the `code` button, then click on the `Download ZIP` +
+Extract the folder +
+Open CMD or Terminal Of Your Choice +
+Type the following commands **in the project folder** +
+``` +$ npm install +$ node express.js +```