Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 539 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 539 Bytes

Banking Demo App (for the new Webix skin)

A demo for viewing, analyzing and editing financial data.

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

Build production files

npm run build

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

License

MIT