Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 650 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 650 Bytes

DWD - Spring 2015

Dynamic Web Development @ ITP, Spring 2015

Instructors:

App notes

This app was built with Express.js, and relies on the following dependencies:

Installing dependencies

Everything this app needs should be installable via npm:

`npm install`

Running the application

`node index.js`

You should then be up and running! As with Node itself, you can quit the process with ctrl-c.