h1. skeleton files required to start a nodejs client app that accesses one of my APIs. top-level directory ------------------- js/ modules/ node_modules/ package.json root/ views/ node_modules/ ------------- the command @npm install@ will read the package.json file, create this directory, and place the downloaded the packages listed in the json file at this location. modules/ ----------- date.format.js - i manually downloaded and placed this module in this directory. i found it on github. js/ --- dispatch.js errors.js pageglobals.js search.js usercookies.js root/ ----- css/ - normalize.css - veery.css views/ ------ error.hbs searchform.hbs - (simple page to display) layouts/ - main.hbs partials/ - header.hbs - footer.hbs