/sunny.js

Primary LanguageCoffeeScriptGNU General Public License v3.0GPL-3.0

sunny.js

(1) install meteor (if not already installed)

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

(2) clone the sunny.js repo

  git clone https://github.com/aleksandarmilicevic/sunny.js.git

(3) cd to a sample app and start the meteor server

  cd examples/chat
  meteor

(4) go to web app at http://localhost:3000