Skip to content

Commit

Permalink
chore(doc): add development process
Browse files Browse the repository at this point in the history
  • Loading branch information
fetrarij committed Feb 14, 2019
1 parent 58b9730 commit 76ef56b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,23 @@ eg:
bootstrap: [App]
})
```

## Development

### Prepare your environment

Install local dependencies: `npm install`.

### Development server

Run `npm start` to start a development server on a port 4200.

Open `http//:localhost:4200` on your browser.

## Tests

Run `npm test` or `ng test` to run tests.

## Donation

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=THF6M338KQ626)
Expand Down

0 comments on commit 76ef56b

Please sign in to comment.