Skip to content

cuidong008/clearml-web

Repository files navigation

Deekeeper-FrontEnd

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

Project Structure

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 Scripts

Project use pnpm as project package manager please install pnmp before develop

  1. init project
pnpm i
  1. start project
npm run dev
  1. build project
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published