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.
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
curl http://npmjs.org/install.sh | sh
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]