From 520214977e44695c948ffd387c4825bc3326eded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20VACHOT?= Date: Sun, 26 Dec 2021 18:43:03 +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 a653293..0e31037 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