Skip to content

juspay/mystique

Repository files navigation

Mystique / DUI

Javascript framework for building platform independent apps.

npm version

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 using npm

npm install @juspay/mystique --save

Development

  1. Install the node modules.
npm install
  1. 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.

About

Javascript framework for building platform independent apps

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published