#Installation
- Download the latest version of Node.js v11
- Download this repository.
- Start node and navigate to the folder where the repostiory is download.
- If you are using Windows, open "Node.js command prompt" and use
cd
to navigate. - If you are on linux, verify that node is installed by
node -v
and then navigate.
- Install dependencies using
npm install
- Start the server using
npm start
ornode --harmony index.js
- You may now connect to the server using port 3000.