Entrepreneurship-bootcamp-02 / M-storybook

미션 수행 열전 - 2기 홧팅~
1 stars 1 forks source link

M5-MessengerApp-#1-Clone git & build it on desktop #31

Open dodongho opened 7 years ago

dodongho commented 7 years ago

1. Clone git repository

git clone https://github.com/Entrepreneurship-bootcamp-02/angular-meteor-whatsapp.git

2. Build app

cd angular-meteor-whatsapp
meteor

3. Launch app in browser

http://127.0.0.1:3000/

dodongho commented 7 years ago

Build Error

image

Solution : update Meteor to 1.4.1.3

meteor update --patch image

Launch Web App

meteor
http://127.0.0.1:3000

Chat Server log

chat-desktop-server

Web App screenshot

chat-desktop

#1 is completed