File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/siddii/angular-timer.png )] ( https://travis-ci.org/siddii/angular-timer )
4
4
5
5
### Getting Started
6
+ ## Any of the following option with get you started with this in your project
6
7
* Download the latest script file - https://raw.github.com/siddii/angular-timer/master/dist/angular-timer.min.js
7
8
* Clone the repo -
` [email protected] :siddii/angular-timer.git`
8
9
* Install angular-timer using [ Bower] ( http://bower.io )
9
10
` bower install angular-timer `
10
11
11
12
### Running locally
12
- * Using [ Grunt] ( http://gruntjs.com/ ) type ` grunt ` from command line, the default task will open up
13
- the index.html page in your default browser
13
+ * Using [ Grunt] ( http://gruntjs.com/ ) type ` grunt ` from command line, the default task will open index.html page in your
14
+ default browser
15
+
16
+ ### Running tests
17
+ Following command will run both unit & End-to-End (e2e) tests
18
+ ``` bash
19
+ grunt tests
20
+ ```
21
+
14
22
You can’t perform that action at this time.
0 commit comments