Meteor.js demo coded for the first Seattle Meteor meetup.
Shows what you can do with Meteor in 15 minutes out of the box.
- Install Meteor – in Terminal run:
curl https://install.meteor.com | sh
- Clone this git repo:
git clone https://github.com/dybskiy/seattleJS-Shake.git
cd seattleJS-Shake
andmeteor
to run the server.
Ping me if you have any questions.