DHTMLX Optimus - starter
How to run standalone
npm install
npm run server
After that, open http://localhost:8080 in the browser
How to run with Apache
npm install
npm run watch
More NPM commands
npm run codebase
- rebuilds js file in codebase foldernpm run lint
- check codebasenpm run build
- build standalone packagenpm run deploy
- deploy to live server