This is a sciter.js demo app that explores the use of zepto as a jQuery alternative.
jQuery does not work in Sciter as jQuery was designed to support specific browsers. Zepto is a minimalist JavaScript library with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto.
- git clone the repository
- install packages
npm install
- install latest sciter sdk
npm run install-sdk
- start the demo
npm run scapp
- A recent version of Node.js
node
(tested with 22 LTS) and its package managernpm
.- On Windows download and run the installer
- On Linux check the installation guide