Skip to content

DWDatITP/DWD-Spring-2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DWD - Spring 2014

Dynamic Web Development @ ITP, Spring 2014

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

To start the app with npm/Nodemon (enabling fancy auto-reload action and all that), just run this:

npm start

If you'd rather just run the server, you can

node web.js

To start the app with Nodemon by hand, do this instead:

./node_modules/.bin/nodemon web.js

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

About

Dynamic Web Development @ ITP, Spring 2014

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •