Our state of the art Gantt chart


Post by tepi77 »

Hello, I wanted to run examples/frameworks/custom-build demo, but it misses a file "dist/bundle.js". I have full version (4.1.1).
Please help me find out what is wrong
Thanks


Post by alex.l »

Hi tepi77,

I just downloaded Gantt 4.1.1 from our Customer Zone,
Followed the README.md instructions and ran the next commands:

cd gantt-4.1.1/examples/frameworks/custom-build
npm i 
npm run build
cd ../../..  //to be in gantt-4.1.1 folder
http-server // use any server you want

and opened the app by https://127.0.0.1:8080/examples/frameworks/custom-build/

Did you follow the instructions?

All the best,
Alex


Post Reply