4 This is the web application dashboard for Cross Development System.
8 *nodejs* must be installed on your system and the below global node packages must be installed:
10 > sudo npm install -g gulp-cli
12 ## 2. Installing dependencies
14 Install dependencies by running the following command:
18 `node_modules` and `typings` directories will be created during the install.
20 ## 3. Building the project
22 Build the project by running the following command:
24 > npm run clean & npm run build
26 `dist` directory will be created during the build
28 ## 4. Starting the application
30 Start the application by running the following command:
34 The application will be displayed in the browser.
39 - Upgrade to angular 2.4.9 or 2.4.10 AND rxjs 5.2.0
40 - Complete README + package.json
41 - Add prod mode and use update gulpfile tslint: "./tslint/prod.json"
42 - Generate a bundle minified file, using systemjs-builder or find a better way
43 http://stackoverflow.com/questions/35280582/angular2-too-many-file-requests-on-load
45 http://foundation.zurb.com/sites/docs/sass.html