Getstart Meteor Development
我之前就对Javascript比较感兴趣,面试我现在这家公司时,说是用Node.js 开发, 我就义无反顾的进来了。 在这边是用的基于Node.js 的一个框架 Meteor, 用了4个多月了, 现在把我用的这些心得写下来, 同时我也会翻译一些国外优秀的Meteor文章 这是第一篇。
开始
它支持不同的平台
- 安装Meteor
$ curl https://install.meteor.com | /bin/sh
- 新建应用
$ meteor create myapp
- 本地运行
1 2 3 |
|
- 部署到网络(免费提供服务器)
$ meteor deploy myapp.meteor.com