E-Passer Simple Page Application for eCommerce integrations.
Clone this project and install all the project dependencies.
git clone https://github.com/cenit-io/omna-v2-spa-qooxdoo.git
cd omna-v2-spa-qooxdoo
npm installRun the local qx development server.
npm startOpen http://localhost:8083 in your browser and you should see the application.
You can bundle up your application using the preconfigured qx compiler.
npm run build