Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

skalnik/WIT-Express-Demo-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIT Express Demo 2

A very simple web application used to introduce the Express web framework. Keeps a running count of page loads per app run.

Setup

OS X

First, if you don't have homebrew, go ahead and install it.

If you already have homebrew installed, or just finished installing it:

  1. $ brew install node to install node
  2. $ git clone git@github.com:skalnik/WIT-Express-Demo-2.git to clone the project
  3. $ cd WIT-Express-Demo-2 && npm install to fetch any dependencies
  4. Launch the server with node app.js
  5. Point your browser to http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published