Skip to content

iw/weld-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weld exemplar

This project (Boot Welder) is a discovery of the Weld Node template module. Its unobtrusive nature has greater appeal than the directive-driven alternatives.

Boot Welder also includes Bootstrap for providing sweet layout.

Building Node

Following http://blog.nodejs.org/2011/04/04/development-environment/:

$ curl -O http://nodejs.org/dist/node-v0.4.11.tar.gz
$ tar -xvf node-v0.4.11.tar.gz 
$ cd node-v0.4.11
$ ./configure --prefix=$HOME/local/node-0.4.11 && make install

Install npm

curl http://npmjs.org/install.sh | sh

Install dependencies

The following dependencies are currently required:

Install:

$ npm install jsdom
$ npm install weld
$ npm install connect
$ npm install escort
$ npm install https://github.com/garycourt/uri-js/tarball/master
$ npm install hiredis redis

Performing npm ls currently provides:

├─┬ [email protected] 
│ ├── [email protected] 
│ └── [email protected] 
├── [email protected] 
├── [email protected] 
├─┬ [email protected] 
│ ├── [email protected] 
│ ├── [email protected] 
│ ├── [email protected] 
│ └── [email protected] 
├── [email protected] 
├── [email protected] 
├── [email protected] 
├── [email protected] 
└── [email protected]

About

Weld discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published