Created
September 9, 2014 11:41
-
-
Save shrop/71824d3aca6c851fbc57 to your computer and use it in GitHub Desktop.
Spectacle frontend install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ cd ~/Desktop | |
➜ Desktop git clone [email protected]:shrop/spectacle-frontend.git | |
Cloning into 'spectacle-frontend'... | |
remote: Counting objects: 203, done. | |
remote: Compressing objects: 100% (16/16), done. | |
remote: Total 203 (delta 2), reused 0 (delta 0) | |
Receiving objects: 100% (203/203), 111.53 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (63/63), done. | |
Checking connectivity... done. | |
➜ spectacle-frontend git:(master) mrt -p 4500 | |
Stand back while Meteorite does its thing | |
Done installing smart packages | |
Ok, everything's ready. Here comes Meteor! | |
[[[[[ ~/Desktop/spectacle-frontend ]]]]] | |
=> Started proxy. | |
=> Meteor 0.9.1.1 is available. Update this project with 'meteor update'. | |
=> Started MongoDB. | |
=> Starting your app... | |
Ensure dependencies... | |
Famono: downloading "https://github.com/Famous/famous.git" | |
Famono: Scan the folder and create a dependency file for the repo | |
Famono: downloading "https://github.com/Famous/polyfills.git" | |
Famono: Scan the folder and create a dependency file for the repo | |
Famono: downloading "https://github.com/raix/library.git" | |
Famono: Scan the folder and create a dependency file for the repo | |
=> Started your app. | |
=> App running at: http://localhost:4500/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment