Skip to content

Commit b484a0a

Browse files
committed
Adding install dependencies section on Readme
1 parent e4344cc commit b484a0a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# AngularJS Starter Project
22

3-
## Used tools for the project
3+
## Used tools
44

55
- `bower` and Scripts injection for dependencies
66
- `gulp` tasks
77
- Use pure old JavaScript
88
- Pure `CSS` for styling
99
- `UI-Roter` module
1010

11+
## Install dependencies
12+
13+
```
14+
yarn install
15+
bower install
16+
```
17+
1118
## Development server
1219

1320
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.

0 commit comments

Comments
 (0)