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

https://github.com/gartner/webix-login

An example of requiring users to login to a Webix Jet application
https://github.com/gartner/webix-login

Last synced: 9 months ago
JSON representation

An example of requiring users to login to a Webix Jet application

Awesome Lists containing this project

README

          

Webix Jet Demo App
===================

### How to run

- run ```npm install```
- run ```npm 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
```

#### Build production files

```
npm run build
```

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

### License

MIT