diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d3dfdea643015a61208b20e3b56918909e085fa7 --- /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