分类: 技术评论 |

MEAN (MongoDB, ExpressJS, AngularJS, NodeJS)真是一个写网页建网站的神器。
小试牛刀,拿它做个 Pinterest 那样的瀑布流网页,非常顺畅。 (确切地说,只用了 AngularJS 和 NodeJS,没有用到 ExpressJS 和 MongoDB。)
好东西要分享,记录一下整个工作的所有步骤,有兴趣的同学,不妨动手试试。
补一句,我用的系统是 CentOS release 6.3 (Final)
本来没必要连载的,但是新浪博客居然不让人一口气把话说完。只好分篇写,每篇说一段。
This instruction is a step-by-step guide to install, code and run deskgrid.
Deskgrid refers to https://github.com/akoenig/angular-deckgrid
Install Node.js following the instruction on https://github.com/joyent/node/wiki/Installation
Install NPM following https://www.npmjs.org/
[kdeng@centos02 simple-deckgrid]$ curl http://npmjs.org/install.sh | sudo sh
Install BOWER
[kdeng@centos02 simple-deckgrid]$ npm install -g bower