tree: 80453e787813fe61afc1a3b6e18aaad67e4f8d47 [path history] [tgz]
  1. .storybook/
  2. .vscode/
  3. assemble/
  4. cypress/
  5. docs/
  6. server/
  7. src/
  8. .babelrc
  9. .editorconfig
  10. .env
  11. .eslintrc.json
  12. .gitignore
  13. .npmrc
  14. .nvmrc
  15. .prettierignore
  16. .prettierrc.json
  17. angular.json
  18. cypress.config.ts
  19. documentation.json
  20. jest.config.js
  21. karma.conf.js
  22. package.json
  23. pom.xml
  24. proxy.conf.json
  25. README.md
  26. setupJest.ts
  27. tsconfig.json
  28. tsconfig.spec.json
  29. tslint.json
  30. 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.