Skip to content

Commit

Permalink
Merge pull request #1 from neokya/master
Browse files Browse the repository at this point in the history
Documentation
  • Loading branch information
rubenstolk committed May 28, 2012
2 parents e569392 + 7b99439 commit 3cf96fe
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .gitignore
@@ -0,0 +1,17 @@

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db

# Editor generated files

*~
23 changes: 20 additions & 3 deletions README.md
@@ -1,4 +1,21 @@
phonegap-backbone
=================
## phonegap-backbone

Boilerplate for getting cross-platform mobile apps out using the beauty of backbone.js
Boilerplate for getting cross-platform mobile apps out using the beauty of backbone.js

## Dependencies (included)

* Backbone.js 0.9.2
* LESS - Leaner CSS v1.3.0
* Overthrow v.0.1.0
* Showdown (http://www.showdown.im)
* Underscore.js 1.3.1
* Zepto v1.0rc1

## Tips

Although this framework/boilerplate is built for mobile device, chances are that you will be testing on desktop browsers. To do so, run following command. Obviously you need to have Python installed.
By default, it runs on port 8000

```sh
python -m SimpleHTTPServer
```

0 comments on commit 3cf96fe

Please sign in to comment.