TimelineKit

Examples

Ready-to-run example projects for React, Vue, and Angular. Clone the repo, install dependencies, and start exploring.

Quick start — single example

git clone https://github.com/timelinekit/examples.git
cd examples/react/gantt-basic
npm install
npm run dev

Run all examples at once

Use the convenience scripts in the scripts/ folder to install dependencies, build, and launch all examples for a framework with a single command:

scripts\run-react-examples.cmd     # React examples on ports 4000+
scripts\run-vue-examples.cmd       # Vue examples on ports 4000+
scripts\run-angular-examples.cmd   # Angular examples on ports 4000+

By default, the scripts run in quick mode — only TimelineKit packages are updated. Pass --reinstall for a clean install of all dependencies.

To stop all running examples, press any key in the script's terminal window.

Need help getting started?

Check the documentation for detailed guides and API reference.