Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 647 Bytes

File metadata and controls

23 lines (14 loc) · 647 Bytes

Interactive dashboard using GridStack.js and Bryntum

Re-orderable dashboard containing a Bryntum Gantt, Bryntum Task Board, and Bryntum Grid that all share the same data.

Install dependencies

Run the following command to install the project dependencies:

npm install

⚠️ You need a Bryntum licence to install the Bryntum dependencies. If you don't have one, install the trial packages.

Run the development server

Run the Vite development server:

npm run dev

The server will start on http://localhost:5173.