diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-14 10:57:48 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-14 10:57:48 +0100 |
commit | b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc (patch) | |
tree | bcd6aefa2117fba70745872214d2d866b6e9ab20 /webapp/README.md | |
parent | fb2f6b918beb0a994ad304bfd678ef0c5c562210 (diff) |
Fixed webapp build and error message.
Diffstat (limited to 'webapp/README.md')
-rw-r--r-- | webapp/README.md | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/webapp/README.md b/webapp/README.md index acee846..d885042 100644 --- a/webapp/README.md +++ b/webapp/README.md @@ -7,7 +7,7 @@ This is the web application dashboard for Cross Development System. *nodejs* must be installed on your system and the below global node packages must be installed: -> sudo npm install -g gulp-cli +> sudo npm install --global @angular/cli ## 2. Installing dependencies @@ -15,7 +15,7 @@ Install dependencies by running the following command: > npm install -`node_modules` and `typings` directories will be created during the install. +`node_modules` directory will be created during the install. ## 3. Building the project @@ -33,13 +33,7 @@ Start the application by running the following command: The application will be displayed in the browser. - ## TODO -- Upgrade to angular 2.4.9 or 2.4.10 AND rxjs 5.2.0 -- Complete README + package.json -- Add prod mode and use update gulpfile tslint: "./tslint/prod.json" -- Generate a bundle minified file, using systemjs-builder or find a better way - http://stackoverflow.com/questions/35280582/angular2-too-many-file-requests-on-load - Add SASS support - http://foundation.zurb.com/sites/docs/sass.html
\ No newline at end of file + http://foundation.zurb.com/sites/docs/sass.html |