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

Func2ETL 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.