/node-demo

Starter files for Node.js demo for INFO 343

Primary LanguageJavaScriptMIT LicenseMIT

Instructions

This repo contains the starter files for my Intro to Node.js lecture. To get setup, please follow these steps.

  1. Fork this repo into your own GitHub account
  2. Clone your forked repo to your lab machine or personal computer
  3. Open the project directory in your preferred editor

We will implement the server(s) together, and I will explain everything as I go along.

Viewing the Completed Version

To view the completed version of this exercise, switch to the completed branch by executing the following command from within your project directory. Note that if you have uncommitted changes, git will make you commit or stash them before you can checkout the other branch.

$ git checkout completed

To switch back to the master branch, execute this command:

$ git checkout master