Go to file
2018-11-30 16:26:03 +03:00
build_utils@9b664082dd FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
e2e FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
src FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
.gitignore initial commit 2018-11-27 12:06:26 +03:00
.gitmodules FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
.prettierignore FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
.prettierrc FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
angular.json FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
containerpilot.json FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
Dockerfile.sh FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
Jenkinsfile FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
Makefile FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
nginx.conf FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
package-lock.json FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
package.json FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
README.md FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
tsconfig.json FE-708: Init (#1) 2018-11-30 16:26:03 +03:00
tslint.json FE-708: Init (#1) 2018-11-30 16:26:03 +03:00

Dashboard

Libraries

  • Angular CLI
    • Run ng generate component component-name to generate a new component (you can also use ng generate directive|pipe|service|class|guard|interface|enum|module).
    • To get more help use ng help or go check out the Angular CLI README.
  • Angular Material
  • Prettier

Development server

  1. Run npm install
  2. Run npm start
  3. Navigate to http://localhost:8000/

Production build

  1. Run npm install
  2. Run npm run build
  3. The build artifacts will be stored in the dist/ directory.

Tests

  • Run npm run test to execute the unit tests via Karma.
  • Run npm run e2e to execute the end-to-end tests via Protractor.