Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesstelford/longdistance
https://github.com/jesstelford/longdistance
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jesstelford/longdistance
- Owner: jesstelford
- License: mit
- Created: 2013-06-11T11:19:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-14T11:48:18.000Z (over 11 years ago)
- Last Synced: 2024-06-11T17:37:06.633Z (7 months ago)
- Language: JavaScript
- Size: 3.83 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
![Boilerplate](https://github.com/tbranyen/backbone-boilerplate/raw/assets/header.png)
Based on Backbone Boilerplate
====================This boilerplate is the product of much research and frustration. Existing
boilerplates freely modify Backbone core, lack a build process, and are very
prescriptive; Backbone Boilerplate changes that.Organize your application with a logical file structure, develop your
Models/Collections/Views/Routers inside modules, and build knowing you have
efficient code that will not bottleneck your users.## Getting started ##
```bash
$ npm install -g stylus
$ npm install
$ git submodule init
$ git submodule update
$ stylus -w -o css/ stylus/
$ grip # render .md files to http://localhost:5000/README.md
```## Technologies used ##
* Backbone.js
* Backbone Boilerplate
* Backbone LayoutManager
* RequireJS (AMD JS module loading)
* Stylus (compiled to CSS)
* Mustache (template format)## Documentation ##
View the Backbone Boilerplate documentation here:
[GitHub Wiki](https://github.com/tbranyen/backbone-boilerplate/wiki)