tree: dd28f1455a68b477220c8f03e4d9a98dae275e47 [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. .prettierignore
  13. .prettierrc.json
  14. angular.json
  15. cypress.config.ts
  16. jest.config.js
  17. karma.conf.js
  18. package.json
  19. pom.xml
  20. proxy.conf.json
  21. README.md
  22. setupJest.ts
  23. tsconfig.json
  24. tslint.json
  25. 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.