Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Merge 0bb2588 into 81287cc
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jun 19, 2019
2 parents 81287cc + 0bb2588 commit 18615a9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# zestful-frontend

[![Build Status](https://travis-ci.org/mtlynch/zestful-frontend.svg?branch=master)](https://travis-ci.org/mtlynch/zestful-frontend) [![Coverage Status](https://coveralls.io/repos/github/mtlynch/zestful-frontend/badge.svg)](https://coveralls.io/github/mtlynch/zestful-frontend)
[![Build Status](https://travis-ci.org/mtlynch/zestful-frontend.svg?branch=master)](https://travis-ci.org/mtlynch/zestful-frontend) [![Coverage Status](https://coveralls.io/repos/github/mtlynch/zestful-frontend/badge.svg)](https://coveralls.io/github/mtlynch/zestful-frontend)

## Serve Dev Instance

```bash
ng serve
```

## Run Unit Tests

```bash
ng test
```

0 comments on commit 18615a9

Please sign in to comment.