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, run
npm install
- In your terminal, run
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.
- Follow the setup steps above
- In a new terminal, run
node ./bin/www
to launch the app - Check out the app at localhost:3000
-
Follow the setup steps above
-
Open
test/index.html
in a browser. You should see this: -
Refresh the page to re-run tests
- There's a variation of this app that lets you persist to a database on the mongodb branch