Skip to content

beNjiox/contactbooster-frontend-backboneJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contactbooster app using BackboneJS. See demo.

  • CoffeeScript / RequireJS.
  • LocalStorage and ContactboosterAPI compliant as storage.
  • Mocha as testing, Gulp as building tool, bower as frontend dependencies management.

requierements

The app use gulp, mocha and bower so make sure those are installed.

$> npm install -g bower
$> npm install -g mocha
$> npm install -g gulp

$> git clone http://github.com/beNjiox/contactbooster-frontend-backboneJS.git
$> cd contactbooster-frontend-backboneJS
$> npm install && bower install

development mode

$> gulp
$> open http://localhost:8080/

prod mode

$> gulp prod
$> cd dist
$> python -m SimpleHTTPServer
$> open http://localhost:8000

test

gulp default should be running in order to run the test, then just type

gulp test

What is contactbooster?

Contactbooster is a little web app to manage contact lists. My goal was to release the app using different testing,frontend and backend framework/librairies.

Clients available: Backbone (AngularJS, Ember incoming)

Backend available: Laravel4, RoR, SailsJS incoming

About

Simple contact app, backboneJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published