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 install
Run the local qx
development server.
npm start
Open 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