#17 Added test and demo docs

This commit is contained in:
mauriziovitale84
2016-04-29 12:17:01 +01:00
parent b4e90cb71a
commit 4bd075fd7a

View File

@@ -22,6 +22,19 @@ export class MyLoginComponent {
```
### Build
```sh
npm install
npm run build
npm npm run build
```
### Test
```sh
npm test
```
### Demo
```sh
cd demo
npm install
npm start
```