Script (1) at nodeJS
Documented here at Git and another Git
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 […]