Skip to content

Instantly share code, notes, and snippets.

@endymion
Created February 23, 2017 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save endymion/73f026518256d19f4e77250167562ae4 to your computer and use it in GitHub Desktop.
Save endymion/73f026518256d19f4e77250167562ae4 to your computer and use it in GitHub Desktop.
The birth of Screen Driver.
ryan-15:projects rap$ curl https://install.meteor.com/ | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7786 0 7786 0 0 16883 0 --:--:-- --:--:-- --:--:-- 16852
Downloading Meteor distribution
######################################################################## 100.0%
Meteor 1.4.3.1 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.
To get started fast:
$ meteor create ~/my_cool_app
$ cd ~/my_cool_app
$ meteor
Or see the docs at:
docs.meteor.com
ryan-15:projects rap$ meteor create screen-driver
Created a new Meteor app in 'screen-driver'.
To run your new app:
cd screen-driver
meteor npm install
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.
ryan-15:projects rap$ cd screen-driver/
ryan-15:screen-driver rap$ meteor npm install
ryan-15:screen-driver rap$ meteor
[[[[[ ~/projects/screen-driver ]]]]]
=> Started proxy.
=> Started MongoDB.
=> Started your app.
=> App running at: http://localhost:3000/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment