Skip to content

mondorobot/boilerplate-backbone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-end Backbone Boilerplate

Introducing the Standards boilerplate w/ Backbone.js. This is a simple application setup to jump start your projects.

Dependencies

Installing Grunt:

Our boilerplate requires Grunt >=0.4.0. If you've never installed Grunt, or you have installed an earlier version, visit Grunt's Getting Started Guide before proceeding.

Installing Bower:

Our boilerplate uses Bower for front-end package management. If you have never installed Bower, you can install it globally using npm:

npm install -g bower

Installation

Install gems:

bundle install

Install node modules:

npm install

Install bower dependencies:

bower install

Run grunt tasks:

grunt

Deploys

Our boilerplate uses the capistrano deploy toolkit with the multistage extension active. We recomend learning the in's and out's of capistrano. Github prodives some good reading on this topic also.

Development:* cap deploy
Staging/QA:* cap stg deploy
Production:* cap prod deploy

*Each deploy requires enviorment setup by your administrator and the correct creditials for your deployment.

License

GNU General Public License Version 3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published