From e6fb33546cd0bc410864cfad1f17aa47d83d54a4 Mon Sep 17 00:00:00 2001 From: hsp2m10 <hp3@ecs.soton.ac.uk> Date: Sat, 28 Oct 2023 18:24:40 +0000 Subject: [PATCH] Add README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3dfdea --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Coursework template + +This is the template that you can use for your coursework 1 part 2. + +It is a simple chat application written in Javascript, using the Express server framework, VueJS and Socket.IO. + +## Running + +### Locally + +Start the application using: +``` +$ npm start +``` + +### Deploying to the cloud -- GitLab