Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webix-hub/student-dashboard-demo
https://github.com/webix-hub/student-dashboard-demo
webix-jet
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webix-hub/student-dashboard-demo
- Owner: webix-hub
- Created: 2018-06-22T13:53:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T18:31:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T21:15:11.804Z (9 months ago)
- Topics: webix-jet
- Language: JavaScript
- Size: 992 KB
- Stars: 4
- Watchers: 10
- Forks: 6
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://webix.com) and the [Webix Jet framework](https://webix.com/webixjet/).
### 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