Sunday, June 15, 2014

node.js with express

http://expressjs.com/guide.html
http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/
https://github.com/visionmedia/express/tree/master/examples
















USE express-generator:
$ npm install -g express-generator
$ express --css stylus myapp
$ cd myapp && npm install
$ DEBUG=my-application ./bin/www






No comments:

Related Posts Plugin for WordPress, Blogger...