GitXplorerGitXplorer
a

marionette-meeting-booker

public
0 stars
9 forks
0 issues

Commits

List of commits on branch master.
Unverified
26684cc8d2ea8e6fa979aaa42b7491edb91c7fb1

docs: update README

jjdaudier committed 10 years ago
Unverified
3f78c41658df95656cdabfbb1ca60dacf31216e3

fix: tablesorter bug

jjdaudier committed 10 years ago
Unverified
7bbf52df665e3e132974edd097e65b6c10702523

fix: local storage bug (thanks @cmaher)

jjdaudier committed 10 years ago
Unverified
64bb848fee3a732a47ab85c4a74b95434594aa86

refactor: convert to localstorage

jjdaudier committed 10 years ago
Unverified
ddf2549225a1443aaf3fc32870b932fbdbc31a9d

chore: add gitignore file

jjdaudier committed 10 years ago
Unverified
247527bd98193e98aa6c5208a6057a5d54f2d9fa

chore: upgrade Marionette to v2.2.2

jjdaudier committed 10 years ago

README

The README file for this repository.

Meeting Booker

Description

A simple meeting booker built on top of Marionette and Backbone.

Meeting Booker

Steps to Get the App Running

  1. Install Node: instructions here
  2. Fork this repo
  3. Clone it down locally
  4. In your terminal, type npm install
  5. In your terminal, type node ./bin/www to launch the app
  6. Check out the app at localhost:3000
  7. In your terminal, type gulp. If you make any changes to any JavaScript files under the public/javascripts folder or any Stylus files under the public/stylesheets folder, Gulp will recompile your changes. Refresh your browser to see them.

Client-Side Tech / Libs

Server-Side Tech / Libs

Other External Libs

MongoDB Version

  • There's a variation of this app that lets you persist to a database on the mongodb branch