From 4a63be4f106a8d01ed75cdd6b5e9ad4bf0e0396f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Mon, 26 Mar 2018 20:42:17 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b338a3..3631149 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,30 @@ $ npm install ``` -## Start +## Running the app -``` +```bash +# development $ npm run start + +# watch mode +$ npm run start:dev + +# production mode +npm run start:prod ``` ## Test -``` +```bash +# unit tests $ npm run test + +# e2e tests +$ npm run test:e2e + +# test coverage +$ npm run test:cov ``` ## Support