From 85e7201c93e99e3103ddcedf5a8aa0b93cd08996 Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Fri, 28 Apr 2017 19:07:20 +0300 Subject: [PATCH] Updates --- articles/002-installation-guidelines/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/articles/002-installation-guidelines/index.html b/articles/002-installation-guidelines/index.html index f913b578..e1b9182d 100644 --- a/articles/002-installation-guidelines/index.html +++ b/articles/002-installation-guidelines/index.html @@ -84,6 +84,12 @@ yarn

or in AOT mode

npm run start:prod:aot
 
+

To create a bundle in production mode, execute:

+
npm run build:prod
+
+

or

+
npm run build:prod:aot
+

This will clear up your dist folder (where release files are located), generate a release build and start the built-in server. Now you can copy the sources from the dist folder and use it with any backend framework or