X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2FREADME.md;h=d543b03b301c35d639c11b83d2b9a88dceda657e;hb=2d3f1be6a495143d7e82f6396a49dfff6cabc3e4;hp=d8850425195d472b1d76e4c31db563fa81127543;hpb=b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/README.md b/webapp/README.md index d885042..d543b03 100644 --- a/webapp/README.md +++ b/webapp/README.md @@ -9,6 +9,20 @@ This is the web application dashboard for Cross Development System. > sudo npm install --global @angular/cli +This project has been developed using [Visual Studio Code](https://code.visualstudio.com/download). Here is the list of +recommended VSCode plugins that are used to improved quality of written code : + +- ext install HookyQR.beautify +- ext install Mikael.Angular-BeastCode +- ext install eg2.tslint +- ext install streetsidesoftware.code-spell-checker +- ext install DavidAnson.vscode-markdownlint + +And some others useful plugins: + +- ext install patrys.vscode-code-outline +- ext install eamodio.gitlens + ## 2. Installing dependencies Install dependencies by running the following command: @@ -32,8 +46,3 @@ Start the application by running the following command: > npm start The application will be displayed in the browser. - -## TODO - -- Add SASS support - http://foundation.zurb.com/sites/docs/sass.html