Skip to content

i-manolov/BackboneContactManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplyContactManager

simple backbone contact manager

#####Technology stack

  • backbonejs
  • nodejs for npm - handles gulp plugin dependencies
  • bower - handles all front end dependencies
  • gulp - task runner

#####Prerequisites to install before running the application

  • nodejs with npm
  • bower

#####To run locally Run

  1. npm install
  2. bower install
  3. gulp (local server with livereload will begin at http://localhost:8080)


#####Gulp Tasks

  • browserify -> require- like modules and concatanate all js files in bundle.js
  • bower -> inject bower front end dependencies directly into html
  • watch -> watch all js, css, html, templates, bower.json files for changes
  • templates -> concatanate all templates into template.js
  • webserver -> start a local server with livereload

About

simple backbone contact manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published