Skip to content

webix-hub/webix-adminapp-demo

Repository files navigation

Example of Webix MVC Admin App

Live demo

Older versions

Demo in this repo uses latest Webix (6.0+) and Webix Jet 2.x, if you want to check older version, check

Technical details

Run

  • clone repo from git
  • run npm install
  • run npm start
  • open http://localhost:8080 in a browser

Deploy

  • run npm run build
  • copy "index.html", "data" and "codebase" folders to the server

Other commands

  • npm run lint - will validate all js code in the project

License

All code in this repo is available under the MIT License