Meteor JavaScript Application Framework
Meteor is a full-stack JavaScript application framework. The purpose of this page is to help you learn Meteor as quick and easily as is possible. Here are the books/resources I used:- https://www.meteor.com/tutorials/blaze/creating-an-app
- http://www.amazon.com/Getting-Started-Meteor-js-JavaScript-Framework-ebook/dp/B010G18I3S
- Install git: sudo apt-get install -y git
- Install meteor: curl https://install.meteor.com/ | sh
- Clone the repo: git clone https://bitbucket.org/cboecking/lendlib.git
- cd to the lendlib folder
- Type: meteor
- Look at your broswer: localhost:3000