Skip to content

A framework designed to get you up and running quickly with require.js, jQuery, backbone.js, and LESS.

Notifications You must be signed in to change notification settings

TylerBre/skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton

A basic starting point for crafting websites. It is based on the HTML5 Boilerplate, and uses LESS to process css. Bower is used to manage JS components, with presets defined for loading in jQuery, modernizr, backbone, and underscore. Require.js is used to load in JS modules.

Requirements

  • Node.js The installer will work fine.
  • Bower sudo npm install bower -g
  • RequireJS sudo npm install requirejs -g
  • A LESS compiler. I recommend either:
    1. CodeKit (OS X only)
    2. less.app (free, OS X only)
    3. ReadyMade sudo npm install readymade -g (requires node.js, but you already have that now :P)

Installing dependancies and building

The framework needs to be built, so in order to do that, you need to install the dependancies with bower install. You can change which components to load in by altering the component.json file. For a complete list of Bower Components, see here After the dependancies are satisified, you can open up the index.html file in the app directory and begin coding.

To package your application for production, cd ../app and run . build.sh. You may need to make the build script executable, in which case you would need to chmod +x build.sh.

About

A framework designed to get you up and running quickly with require.js, jQuery, backbone.js, and LESS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published