Skip to content

Instantly share code, notes, and snippets.

@luckyyang
Last active October 27, 2015 09:03
Show Gist options
  • Save luckyyang/0703ffe20f49b85a7a0c to your computer and use it in GitHub Desktop.
Save luckyyang/0703ffe20f49b85a7a0c to your computer and use it in GitHub Desktop.
Meteor 项目孵化营 learning path

Meteor 项目孵化营 learning path

科普 & 基础知识

电子书 & 任务 demo

前端框架选择

知识库

常用 package

开发环境

  • 安装:
  • 工具:
    • 代码编辑器:sublime,atom,webstrom
    • 版本控制:git
    • 代码托管:github
    • 命令行
    • 调试:chrome 开发者工具

开发流程

  • 修改代码
  • git commit
  • git push
  • 测试
  • 部署,done

部署

  • vps 选择
    • amazon
    • 阿里云
    • linode
  • 部署流程
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment