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