Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 279 Bytes

File metadata and controls

12 lines (7 loc) · 279 Bytes

node-testing-server

Simple node.js server for loading some static files and testing file uploads

To run:

npm install

node app [directory to serve static files from]

(If no directory is specified, the server will attempt to use the current directory.)