더북(TheBook)

프로젝트 생성은 다음과 같이 meteor create test만 입력하면 끝난다. 다음과 같이 프로젝트를 생성해보자. 프로젝트를 처음 생성하면 패키지를 받아야 해서 시간이 걸린다.

~/Projects$ meteor create test

Selecting package versions            /

Created a new Meteor app in 'test'.

 

To run your new app:

  cd test

  meteor

 

If you are new to Meteor, try some of the learning resources here:

  https://www.meteor.com/learn

 

meteor create --bare to create an empty app.

meteor create --full to create a scaffolded app.

 

~/Projects$

 

생성한 test 프로젝트를 실행해보자. test 프로젝트 폴더로 이동한다. meteor를 입력하면 미티어가 실행된다. 이게 전부다! 정말 쉽고 간단하다!

~/Projects$ cd test

~/Projects/test$ meteor

[[[[[ ~/Projects/test ]]]]]

 

 

=> Started proxy.

=> Started MongoDB.

     Building for web.browser

=> Started your app.

 

 

=> App running at: http://localhost:3000/

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.