摘要: Bootstrap is a popular, open source framework. Complete with pre-built components it allows web designers of all skill levels to quickly build a site. 阅读全文
posted @ 2016-04-01 18:26 枪侠 阅读(267) 评论(0) 推荐(0) 编辑
摘要: You can find/fork the sample project on GitHub Hey! This and all my other tutorials will soon be moving to a new home at CloseBrace, a site for JavaSc 阅读全文
posted @ 2016-04-01 17:39 枪侠 阅读(369) 评论(0) 推荐(0) 编辑
摘要: http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/ https://www.terlici.com/2015/04/03/mongodb-node-express.html https://www.airpair.com/jav 阅读全文
posted @ 2016-04-01 13:42 枪侠 阅读(184) 评论(0) 推荐(0) 编辑
摘要: http://docs.sequelizejs.com/en/latest/ https://github.com/sequelize/express-example http://www.html-js.com/article/Front-end-mass-website-architecture 阅读全文
posted @ 2016-04-01 11:24 枪侠 阅读(249) 评论(0) 推荐(0) 编辑
摘要: React比较吸引我的地方在于其客户端-服务端同构特性,服务端-客户端可复用组件,本文来简单介绍下这一架构思想。 出于篇幅原因,本文不会介绍React基础,所以,如果你还不清楚React的state/props/生存周期等基本概念,建议先学习相关文档 客户端React 先来回顾一下React如何写一 阅读全文
posted @ 2016-04-01 11:13 枪侠 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 要做什么 假设你有一个博客,有一台网站服务器(或者很多台作负载均衡的服务器),当你的博客要升级时,你可能要在你自己的电脑上写好代码(可能包括本地调试好),然后提交到git(或svn),然后在每个服务器中checkout一份代码并重启服务器应用…… 这里要介绍的是一种直接在本地提交代码,即可自动完成服 阅读全文
posted @ 2016-04-01 11:06 枪侠 阅读(3418) 评论(0) 推荐(1) 编辑
摘要: The goal ReactJS has become very popular recently, the community is growing fast and more and more sites use it, so it seems like something worth lear 阅读全文
posted @ 2016-04-01 10:47 枪侠 阅读(197) 评论(0) 推荐(0) 编辑
摘要: https://github.com/patrikholcak/trinity/tree/master/models https://github.com/keystonejs/keystone-demo https://github.com/sseppola/generator-react-key 阅读全文
posted @ 2016-04-01 10:42 枪侠 阅读(291) 评论(0) 推荐(0) 编辑