从终端安装最新的官方Meteor版本:
$ curl https://install.meteor.com/ | sh
在此处下载官方的Meteor安装程序。
安装Meteor后,创建一个项目:
$ meteor create myapp
在本地运行:
$ cd myapp $ meteor npm install $ meteor
注意:流星服务器运行在:http:// localhost:3000 /
然后转到http:// localhost:3000查看新的Meteor应用程序。
在[Meteor Guide]中了解有关Meteor入门的更多信息。
在大气中探索流星包裹-现代化,快速,精心设计的包裹管理器。