# webix-adminapp-demo **Repository Path**: mirrors_jfinal/webix-adminapp-demo ## Basic Information - **Project Name**: webix-adminapp-demo - **Description**: Demo of Webix MVC app, http://webix.com/demos/admin-app/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Example of Webix MVC Admin App =============================== Live demo ---------- - Material skin - http://webix.com/demos/admin-app/ Older versions ---------- Demo in this repo uses latest Webix (6.0+) and Webix Jet 2.x, if you want to check older version, check - Flat skin, Jet 0.x - https://github.com/webix-hub/webix-adminapp-demo/tree/jet0 - Material skin, Jet 0.x - https://github.com/webix-hub/webix-adminapp-demo/tree/material-jet0 - Flat skin, Jet 1.x - https://github.com/webix-hub/webix-adminapp-demo/tree/jet1 - Material skin, Jet 1.x - https://github.com/webix-hub/webix-adminapp-demo/tree/material-jet1 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