$ 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
Reference:
https://qiita.com/mukoya/items/5d751dc01ea4a45dc850