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/ modules/ ----------- date.format.js - i manually downloaded and placed this module in this directory. i found it on github. node_modules/ ------------- the command @npm install@ will read the package.json file and automatically create this directory and place the downloaded the packages listed in the json file in this directory. js/ --- dispatch.js errors.js pageglobals.js search.js usercookies.js root/ ----- css/ - normalize.css - veery.css views/ ------ error.hbs searchform.hbs - (simple test page to display) layouts/ partials/ - header.hbs - footer.hbs