Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 363 Bytes

NodeSampleApp

This Node sample app uses the Express Framework to take care of client side interactions, make requests to TradeIt's JSON API and render responses to templates.

Get Node and package manager:

https://nodejs.org/en/download/

Installation:

$ npm install

Usage:

To start the project from the command line:

$ npm start