Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

GoCodeThessaly/code-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goCode 2 - Backbone notes demo app

This is a simple demo app that demonstrates the use of Backbone.js. It uses the following libraries:

Installation

You need a ruby 2.0 installation with bundler. rvm is recommended. Clone the git repo and then run:

bundle

to install the necessary gems.

To start the server simply run:

bundle exec rackup -p 4567

Then visit http://localhost:4567/

Development

To compile scss to css dynamically run compass from the project root:

compass watch public

Releases

No releases published

Packages

No packages published