From efa2a0129a5a17798dde6713c6fa71adb41d7593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20VACHOT?= Date: Sun, 26 Dec 2021 18:49:13 +0100 Subject: [PATCH] Update: Add npm start in production mode --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2ab4a3..4722e70 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Run `ng generate component component-name` to generate a new component. You can ## Build Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. +Then run `npm start` ## Running unit tests