Mystique / DUI
Javascript framework for building platform independent apps.
Get the SDK for:
Soon for other platforms.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
Depending upon weather you are using it for Android or IOS or Web you may have to make "Android" or "IOS" or "Web" global variable available. This will ensure the right platform gets the necessary commands from the JS engine (Web view/browser).
Installing
- Install the node modules.
npm install
- Running the webpack dev server during development.
npm start
The server should be running on http://localhost:8080
Building
If you want to generate index_bundle.js
for shipping with your android/ios application. Then you can build it with this command.
npm run compile
The files will be written to dist
Examples
See the example in demo.
License
This project is licensed under the AGPL License - see the LICENSE file for details.
Copyright (c) 2012-2017 juspay.in
Contributing
See the CONTRIBUTING.md file for details.