You're viewing old version number 1. - Current version
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 download the packages listed in the json file.
From JR's : articles
59 words - 427 chars
created on
- #
source
- versions