summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSten <stenmarsh938@gmail.com>2017-04-21 18:47:04 +0300
committerSten <stenmarsh938@gmail.com>2017-04-21 18:47:04 +0300
commit7b1e4c1749c599a154616b0df8ccc252be5f8739 (patch)
treee986bb13a6299d894953f44d72fb5f1454a48f75 /README.md
downloadreact-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.md24
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