Skip to content

Commit e4344cc

Browse files
committed
Updating Readme file
1 parent 371a21c commit e4344cc

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
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).

0 commit comments

Comments
 (0)