Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 929 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 929 Bytes

Nodejs repl server

Play with nodejs code on mobile. You can also connect to phone's repl server from browser, navigating to host displayed on app.

Android Browser

Build

Supposing you have already installed JXcore, cordova and gulp, now install local npm modules:

jx install

Then build the project:

gulp build

This includes creating cordova app, downloading and adding io.jxcore.cordova plugin, adding platforms, installing npm modules for www/jxcore and moving www files to cordova/www.

Run on android

gulp run-android

Run as hosted app, reachable from browser:

gulp build
jx www/jxcore/app