You're viewing old version number 3. - 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/

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

From JR's : articles
93 words - 699 chars
created on
updated on - #
source - versions



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Jan 31, 2025 - 2:53 a.m. EST