ripple-emulator v0.9.36
Ripple Emulator(tm)
A browser based, platform agnostic mobile application development and testing tool.
Build Requirements
Common
nodejs(v0.12.0or higher)npm(v2.5.1or higher)python(v2.7.3recommended,v3.x.xis not supported)
OSX / Linux
make- A C/C++ compiler toolchain, e.g. GCC
Windows
Getting Started
If you plan to dive into the source, be sure to check out the HACKING file.
To get started, you need to setup a few things, first- run (in the project root):
./configureThis script will pull down the needed npm packages and initialize the submodules.
Build Commands
jakeThis will build ripple to the pkg/ folder. In that folder there are various targets that can be used.
jake -TThis will describe all the available commands for building and running the tests, etc.
Running Inside Other Web Browsers
Ripple is (by-design) browser agnostic, and should be able to run inside any web browser.
If you want to run it inside other browsers, you will need to use the pkg/hosted target, paired with the CLI's emulate command.
Ex (using the NPM package):
ripple emulate --path to/my/app
# or
ripple emulate --remote http://remote-site.comThen navigating to (your app's html file):
http://localhost:PORT/index.html?enableripple=trueCLI & NPM Package
There is a command line interface that can be paired with the client (UI).
It can be used for various things, such as statically hosting an application, and running a local (cross origin) XHR proxy.
To install:
npm install -g ripple-emulatorThis will install a global script called ripple. To see usage, run:
ripple helpContributing
If you like the project, and want to contribute code, please issue a pull request (on GitHub) into the master branch.
Code Guidelines
- 4 spaces per editor tab.
jake lint, no new lint errors introduced.- All unit tests are green.
Reference Material & Community
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
13 years ago
13 years ago