Skip to content

phone tracking demo app, to show angular best practices and how to build modular apps

Notifications You must be signed in to change notification settings

Moncef12/ng_talk_app_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

AngularJS demo talk app (phone repair tracking)

This demo shows :

  • Best practices.
  • How to build modular angularJS app

Installation :

cd client
npm install
bower install

Gulp tasks :

gulp watch (will run build-js, partials each time a change is made)
gulp build-js
gulp partials (this will publish templates .html from app/ to partial/ )

Tests :

Karma start

This will run tests, and, watch for further app files/tests changes.

About

phone tracking demo app, to show angular best practices and how to build modular apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published