Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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