File tree 1 file changed +25
-2
lines changed
1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
- # angularjs-starter
2
- An AngularJS starter project.
1
+ # AngularJS Starter Project
2
+
3
+ ## Used tools for the project
4
+
5
+ - ` bower ` and Scripts injection for dependencies
6
+ - ` gulp ` tasks
7
+ - Use pure old JavaScript
8
+ - Pure ` CSS ` for styling
9
+ - ` UI-Roter ` module
10
+
11
+ ## Development server
12
+
13
+ Run ` gulp serve ` for a dev server. Navigate to ` http://localhost:3000/ ` . The app will automatically reload if you change any of the source files.
14
+
15
+ ## Serving files from ` dist `
16
+
17
+ Run ` gulp serve:dist ` . This will allow run your application into ` distribution ` mode.
18
+
19
+ ## Build
20
+
21
+ Run ` gulp build ` to build the project. The build artifacts will be stored into ` dist/ ` directory.
22
+
23
+ ## Running unit tests
24
+
25
+ Run ` gulp test ` to execute the unit tests via [ Karma] ( https://karma-runner.github.io ) .
You can’t perform that action at this time.
0 commit comments