Script (1) at nodeJS

Documented here at Git and another Git

Posted at 5:35 am on September 19, 2012 | leave a comment | Filed Under: JavaScript | read on

Create new apps with ExpressJS

setiaji@setiaji-Inspiron-N4050:~/Downloads/node-v0.8.9/hello-world$ express –sessions –css stylus create : . create : ./package.json create : ./app.js create : ./public create : ./public/javascripts create : ./public/images create : ./public/stylesheets create : ./public/stylesheets/style.styl create : ./routes create : ./routes/index.js create : ./routes/user.js create : ./views create : ./views/layout.jade create : ./views/index.jade install dependencies: $ cd . && npm install […]

Posted at 5:31 am on September 19, 2012 | leave a comment | Filed Under: JavaScript | read on