Javascript framework for building platform independent apps.
Get the SDK for:
Soon for other platforms.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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).
Install using npm
npm install @juspay/mystique --save
- Install the node modules.
npm install
- Running the webpack dev server during development.
npm start
The server should be running on http://localhost:8080
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
See the example in demo.
This project is licensed under the AGPL License - see the LICENSE file for details.
Copyright (c) 2012-2017 juspay.in
See the CONTRIBUTING.md file for details.