Skip to content

An AngularJS training application that helps to understand the concepts and complexities of the framework. Helps to present ideas and share knowledge making learning fun.

License

vaibhavnitya/AngularJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS

An AngularJS training application that helps to understand the concepts and complexities of the framework. Helps to present ideas and share knowledge making learning fun.

How to start


Get the application from the repository: https://github.com/vaibhavnitya/AngularJS.git
1. Clone this repository ** git clone https://github.com/vaibhavnitya/AngularJS.git **
2. Go into the repository ** cd AngularJS **
3. Install dependencies ** npm install **
4. To run the app ** npm run start **
5. To run the app and watch for live changes ** npm run always **

Setup Angular JS TDD using karma, jasmine


** npm install karma --save-dev **
** npm install jasmine-core@* --save-dev **
** npm install karma-jasmine --save-dev **
** npm install karma-chrome-launcher --save-dev **
** karma init **

** bower install angular **
** bower install angular-mocks **
** bower install angular-resource **
** karma start karma.conf.js **

About

An AngularJS training application that helps to understand the concepts and complexities of the framework. Helps to present ideas and share knowledge making learning fun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published