blob: 466c25f796a08319e8c31539b231715fa074deb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
DHTMLX Gantt and React Demo
===================
Demo of Gantt chart component with React library
### How to start
- clone the repository or download files
- install dependencies
~~~
npm install
~~~
- run server
~~~
npm start
~~~
### Related resources
<!-- - Read full tutorial here:-->
- Learn about dhtmlxGantt here: https://dhtmlx.com/docs/products/dhtmlxGantt/
- Learn about React here: https://facebook.github.io/react/
|