Meteor

AWS에서 Meteor 실행시 mongo exit code 1 해결방법

June 7, 2015 Blog

AWS에서 Meteor 실행시 mongo exit code 1 해결방법참조: Meteor 1.0.4.2 Mongodb exit code 1, Restarting. aws EC2에서 meteor 애플리케이션을 만들고 실행을 하면 아래와 같이 mongo exit code 1 이라는 에러 메세지를 보여주면서...

How to add Material Bootstrap design to Meteor

January 12, 2015 Blog

How to add Material Bootstrap design to Meteor미티어에 메타리얼 부트스트랩 디자인을 적용하는 방법을 알아보겠습니다.Create Example application우선 간단하게 예제 앱을 하나 만듭니다.$ meteor create material material: created. To run...