Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 987 Bytes

File metadata and controls

55 lines (36 loc) · 987 Bytes

KendoReact + Vite

How to run

  1. Install Node.js LTS Version.

  2. Enabling Corepack.

    corepack enable
    
  3. Install dependencies.

    yarn install
    
  4. Run app in dev env.

    yarn run dev
    

How to build and preview

  1. Build app.

    yarn run build
    
  2. Get published dist folder and preview your prod env.

    yarn run preview
    

How to lint

  1. Lint your app.

    yarn run lint
    

How to activate KendoReact