Reset by default LD_LIBRARY_PATH in xds-project.conf
[src/xds/xds-agent.git] / webapp / README.md
1 XDS Dashboard
2 =============
3
4 This is the web application dashboard for Cross Development System.
5
6 ## 1. Prerequisites
7
8 *nodejs* must be installed on your system and the below global node packages must be installed:
9
10 > sudo npm install --global @angular/cli
11
12 This project has been developed using [Visual Studio Code](https://code.visualstudio.com/download). Here is the list of
13 recommended VSCode plugins that are used to improved quality of written code :
14
15 - ext install HookyQR.beautify
16 - ext install Mikael.Angular-BeastCode
17 - ext install eg2.tslint
18 - ext install streetsidesoftware.code-spell-checker
19 - ext install DavidAnson.vscode-markdownlint
20
21 And some others useful plugins:
22
23 - ext install patrys.vscode-code-outline
24 - ext install eamodio.gitlens
25
26 ## 2. Installing dependencies
27
28 Install dependencies by running the following command:
29
30 > npm install
31
32 `node_modules` directory will be created during the install.
33
34 ## 3. Building the project
35
36 Build the project by running the following command:
37
38 > npm run clean & npm run build
39
40 `dist` directory will be created during the build
41
42 ## 4. Starting the application
43
44 Start the application by running the following command:
45
46 > npm start
47
48 The application will be displayed in the browser.