diff options
author | Sten <stenmarsh938@gmail.com> | 2017-04-21 18:47:04 +0300 |
---|---|---|
committer | Sten <stenmarsh938@gmail.com> | 2017-04-21 18:47:04 +0300 |
commit | 7b1e4c1749c599a154616b0df8ccc252be5f8739 (patch) | |
tree | e986bb13a6299d894953f44d72fb5f1454a48f75 /README.md | |
download | react-gantt-demo-7b1e4c1749c599a154616b0df8ccc252be5f8739.zip react-gantt-demo-7b1e4c1749c599a154616b0df8ccc252be5f8739.tar.gz react-gantt-demo-7b1e4c1749c599a154616b0df8ccc252be5f8739.tar.bz2 |
Initial load.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..466c25f --- /dev/null +++ b/README.md @@ -0,0 +1,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/
\ No newline at end of file |