@@ -5,7 +5,7 @@ Installation
55
66For developers, to set up the local environment, please follow the steps below.
77
8- 1. ** Install Node.js ** on your system. You can download the latest version of Node.js from the
8+ 1. Install ** Node.js ** on your system. You can download the latest version of Node.js from the
99 `official website `_.
1010
1111 Note that the recommended version of Angular CLI (see below) requires a minimum Node.js version
@@ -14,13 +14,13 @@ For developers, to set up the local environment, please follow the steps below.
1414.. _official website : https://nodejs.org/en/download
1515
1616
17- 2. ** Install Angular CLI ** globally by running the following command :
17+ 2. Install ** Angular CLI ** globally:
1818
1919 .. code-block :: console
2020
2121 $ npm install -g @angular/[email protected] 2222
23- 3. ** Clone the git repository ** by running the following command :
23+ 3. Clone the Git repository:
2424
2525 .. code-block :: console
2626
@@ -32,8 +32,18 @@ For developers, to set up the local environment, please follow the steps below.
3232
3333 $ cd display
3434
35- 5. Run `` npm install `` to install the necessary dependencies.
35+ 5. Install the necessary dependencies:
3636
37- 6. Run ``npm start `` or ``ng serve `` to start the development server.
37+ .. code-block :: console
38+
39+ $ npm ci
40+
41+ 6. Start the development server:
42+
43+ .. code-block :: console
44+
45+ $ npm start
3846
39- 7. Navigate to ``http://localhost:4200/ `` in your web browser to view the application.
47+ 7. Navigate to ``http://localhost:4200/ `` in your web browser to view the application. In case the
48+ port ``4200 `` is already used by other services, the application reports which port to use via
49+ log message.
0 commit comments