The ClearML Web Application Rewrite Project
Target is migrate the clearml-web application which wrote by Angular.js to react
And will add some new feature to make it easier to use
api/ // request api
assets/ // web assets: font, icon, image
components/ // useful ui component
hooks/ // custom react hooks
i18n/ // i18n translation data and define
layout/ // web application layout component like menu header....
main.tsx //entry file
router/ //router define
store/ // global store by redux
styles/ // global styles
types/ // data types , interface, enums ...
utils/ // useful tool function
views/ // page views
Project use pnpm as project package manager please install pnmp before develop
- init project
pnpm i
- start project
npm run dev
- build project
npm run build