- Notifications
You must be signed in to change notification settings - Fork40
webix-hub/jet-start
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- run
npm install
- run
npm start
- open
http://localhost:5173
For more details, checkhttps://www.gitbook.com/book/webix/webix-jet/details
npm run lint
npm run build
After that you can copy the "codebase" folder to the production server
- .env file added, it stores global constants
- app.js contains section that imports all files from "views" folder and assigns custom view resolver to the app class
- optional, app.js contains custom locale loader
MIT