tree: a5132cbebda9b47a98a1156a7388c8f1f019dcf8 [path history] [tgz]
  1. .vscode/
  2. assemble/
  3. client/
  4. cypress/
  5. server/
  6. .editorconfig
  7. .env
  8. .eslintrc.json
  9. .gitignore
  10. .npmrc
  11. .nvmrc
  12. angular.json
  13. cypress.config.ts
  14. jest.config.js
  15. karma.conf.js
  16. package.json
  17. pom.xml
  18. proxy.conf.json
  19. README.md
  20. setupJest.ts
  21. tsconfig.json
  22. tslint.json
  23. yarn.lock
helix-front/README.md

Helix-Front

A modern user interface to manage Helix.

Development server

Run yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Production Build

Run yarn build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run yarn test to execute the unit tests via Karma.

Running end-to-end tests

Run yarn e2e to execute the end-to-end tests via Cypress. Before running the tests make sure you are serving the app via yarn start.