Live Site: fabmeetingbooker.herokuapp.com
A simple meeting booker built on top of Marionette and Backbone.
- Install Node: instructions here
- Fork this repo
- Clone it down locally
- In your terminal, type
npm install
- In your terminal, type
node ./bin/www
to launch the app - Check out the app at localhost:3000
- In your terminal, type
gulp
. If you make any changes to any JavaScript files under thepublic/javascripts
folder or any Stylus files under thepublic/stylesheets
folder, Gulp will recompile your changes. Refresh your browser to see them.
- There's a variation of this app that lets you persist to a database on the mongodb branch