Showing posts with label Web framework. Show all posts
Showing posts with label Web framework. Show all posts

Sunday, October 1, 2017

Meteor (web framework): Installation

Command:

$ curl https://install.meteor.com/ | sh


Result:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7786    0  7786    0     0   8708      0 --:--:-- --:--:-- --:--:--  8699
Downloading Meteor distribution
######################################################################## 100.0%

Meteor 1.5.2.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