tree: a0197fbc407397a7db02b332b11b8a1e53c24aa7 [path history] [tgz]
  1. nginx/
  2. public/
  3. src/
  4. .env.local
  5. .eslintignore
  6. .eslintrc.js
  7. .gitignore
  8. .prettierignore
  9. .prettierrc.json
  10. Dockerfile.frontend
  11. Dockerfile.frontend-prod
  12. openapi-config.json
  13. package-lock.json
  14. package.json
  15. README.md
  16. tailwind.config.js
  17. tsconfig.json
ui/frontend/README.md

Hamilton UI frontend

Dev setup

Code generation

To generate the code for the typescript backend client, run : npx @rtk-query/codegen-openapi openapi-config.json from the frontend directory, while the backend is running on localhost:8000.