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
- Host: GitHub
- URL: https://github.com/gartner/webix-login
- Owner: gartner
- Created: 2015-10-11T19:02:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T19:10:57.000Z (almost 9 years ago)
- Last Synced: 2025-05-07T18:55:56.175Z (about 1 year ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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