【meteor初体验-0.0.1】meteor简单开始

我的原文地址 :http://www.jianshu.com/p/1fdf5cdc8f7f
简介:http://www.jikexueyuan.com/course/1631_1.html?ss=1

预先

  • 安装了npm

  • 现在meteor不适合windows系统,可以用linux或者mac

1. 下载安装

  • 终端输入 :curl https://install.meteor.com/ | sh

2. 找个目录新建项目

  • mkdir meteordemo

  • meteor create demo1 即可新建项目名为demo1的meteor项目

  • 终端输入 meteor 即可运行一个web应用啦。

3.打开浏览器 访问 localhost:3000

  • 看到如下,点击计数器的应用

【meteor初体验-0.0.1】meteor简单开始_第1张图片

你可能感兴趣的:(meteor,node.js,一鸣)