技术栈
- express
- jade
- weui
- iscroll
- fastclick
- zepto
- gulp
- nginx
- 前端:moa-frontend 和 moa-h5
- public下面的采用nginx做反向代理
- 其他的采用express+jade精简代码(ajax与后端交互)
- 后端:moa-api
npm install
npm start
- 经典的 jQuery + bootstrap 简单易用
- 响应式,兼容移动端和pc端
- expressjs + jade 代码极简,功能强大
- 自动挂载路由,在routes目录创建js文件会被自动识别,无需在app.js里配置
- 代码变动,自动重启服务器
- 支持log4js日志
- 使用gulp构建
- 复制config/nginx.example.conf为config/nginx.conf
- 修改config/nginx.conf相关端口配置
- 执行
gulp nginx
说明
- 实际端口8001
- h5端口3020
- api端口3005
npm start
启动服务器gulp routes
打印路由gulp kp
停止服务器gulp nginx
启动nginx服务器gulp
跑测试,依赖gulp watch
和gulp mocha
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- v0.1.0 初始化版本
- write by
i5ting
shiren1118@126.com
如有建议或意见,请在issue提问或邮件
this repo is released under the MIT License.