Showing posts with label Meteor (web framework). Show all posts
Showing posts with label Meteor (web framework). Show all posts

Sunday, October 1, 2017

Ethereum DApp (Distributed Application) Meteor Boilerplate

Command:

$ git clone https://github.com/SilentCicero/meteor-dapp-boilerplate.git


Result:

Cloning into 'meteor-dapp-boilerplate'...
remote: Counting objects: 735, done.
remote: Total 735 (delta 0), reused 0 (delta 0), pack-reused 735
Receiving objects: 100% (735/735), 2.84 MiB | 1.45 MiB/s, done.
Resolving deltas: 100% (260/260), done.


Command:

$ cd meteor-dapp-boilerplate/app/
$ meteor


Result:

[[[[[ ~/meteor-dapp-boilerplate/app ]]]]]                                          

=> Started proxy.                             
                                              
=> Meteor 1.3: ES2015 modules, npm integration, app testing, mobile
improvements, and more.

This release is being downloaded in the background. Update your app to
Meteor 1.3 by running 'meteor update'.
                                              
=> Started MongoDB.                           
=> Started your app.                          

=> App running at: http://localhost:3000/
I20171001-01:34:11.597(9)? [velocity] mocha is starting a mirror at http://localhost:61074/.
I20171001-01:34:11.598(9)? [velocity] *** Meteor Tools is installing *** 
I20171001-01:34:11.598(9)? This takes a few minutes the first time.
I20171001-01:34:11.598(9)? [velocity] You can see the mirror logs at: tail -f /Users/USERNAME/meteor-dapp-boilerplate/app/.meteor/local/log/mocha.log


Reference:

https://qiita.com/mukoya/items/5d751dc01ea4a45dc850

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