Fixed webapp build and error message.
[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 ## 2. Installing dependencies
13
14 Install dependencies by running the following command:
15
16 > npm install
17
18 `node_modules` directory will be created during the install.
19
20 ## 3. Building the project
21
22 Build the project by running the following command:
23
24 > npm run clean & npm run build
25
26 `dist` directory will be created during the build
27
28 ## 4. Starting the application
29
30 Start the application by running the following command:
31
32 > npm start
33
34 The application will be displayed in the browser.
35
36 ## TODO
37
38 - Add SASS support
39    http://foundation.zurb.com/sites/docs/sass.html