8000 Update README.md · packetloop/angular-webpack@90c82ee · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 21, 2019. It is now read-only.

Commit 90c82ee

Browse files
committed
Update README.md
1 parent 8a9740c commit 90c82ee

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,23 @@
22

33
Angular + Webpack build with Karma tests support
44

5+
### Install
56

6-
## TODO
7+
```
8+
git clone git@github.com:packetloop/angular-webpack.git
9+
cd angular-webpack
10+
npm install
11+
npm run build
12+
```
13+
14+
Then open `index.html`
15+
16+
To run tests
17+
```
18+
npm test
19+
```
20+
21+
### TODO
722

823
- [x] Build basic Angular app with webpack
924
- [x] Couple of dependent modules `Hello` and `Blah`

0 commit comments

Comments
 (0)
0