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.
- run
npm install
oryarn install
- run
npm start
oryarn start
- open
http://localhost:8080
For more details, check https://www.gitbook.com/book/webix/webix-jet/details
npm run lint
or
yarn run lint
npm run build
or
yarn run build
After that you can copy the "codebase" folder to the production server.
MIT