Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 207 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 207 Bytes

Node REST test harness

Install node and NPM.

apt-get install node npm

Install the dependencies

npm install

Verify the project compiles and tests

grunt

Start the server

grunt start