From 76ef56be1dfa9f539593994045c266aa28898e96 Mon Sep 17 00:00:00 2001 From: Fetrarijaona R Date: Thu, 14 Feb 2019 08:55:43 +0300 Subject: [PATCH] chore(doc): add development process --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d3969257..29a5ac4a 100644 --- a/README.md +++ b/README.md @@ -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)