Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 823 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 823 Bytes

Webix Dashboard for Teachers

This is a demo dashboard for teachers. It shows the list of students and their statistics: total grades, grades per subject, average grades and individual achievements.

The demo was built with Webix UI library and the Webix Jet framework.

How to run

  • run npm install or yarn install
  • run npm start or yarn start
  • open http://localhost:8080

For more details, check https://www.gitbook.com/book/webix/webix-jet/details

Other commands

Run lint

npm run lint

or

yarn run lint

Build production files

npm run build

or

yarn run build

After that you can copy the "codebase" folder to the production server.

License

MIT