Meteor Recipes
첫번째 이야기
Meteor 설치
오늘은
Meteor랑 1일 <3
꺄울~~
딱 하나만
같이 해봐요
Meteor 설치
https://www.meteor.com/install
가세요
OSX/Linux
라면
Terminal 열고
curl https://install.meteor.com/ | sh
기다립니다
Windows
라면
아 배고파...
https://install.meteor.com/windows
가서
다운받고 실행
하세요
뭐 이것저것 물어보는 것
같기도 한데
Windows는
잘 몰라서
.
.
.
.
아무튼!!
설치가 끝나면
Terminal이나
혹은 윈도우면
윈도우키+R, CMD, 엔터
쓰리콤 넣고
meteor
라고 불러봅니다
run: You're not in a Meteor project directory.
To create a new Meteor project:
meteor create <project name>
For example:
meteor create myapp
For more help, see 'meteor --help'.
이렇게 나오면
설치 OK
그렇다면
뭐라도 만들어볼까요?
터미널 혹은 cmd창에서
meteor create app1
meteor create app1
이 이름은
바꿔도 되요
enter!
$ meteor create app1
Created a new Meteor app in 'app1'.
To run your new app:
cd app1
meteor
If you are new to Meteor, try some of the learning resources here:
https://www.meteor.com/learn
영어님이 시키는 대로
cd app1 하고
meteor 하고
기다립니다
=> App running at: http://localhost:3000/
보이시면 준비완료
브라우저 열고
주소창에
http://localhost:3000
넣고
고고!
이렇게 나오면
잘 하신 거여요 :)
아이 잘했다
어렵지 않죠?
그럼 다음에 또~
끝
Meteor Recipes - 1st episode
By Lee Jaeho
Meteor Recipes - 1st episode
- 1,063