Skip to content

Write and run JavaScript code on your phone. Made using Cordova.

License

Notifications You must be signed in to change notification settings

weld-io/pocketcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocket Coder

Write and run JavaScript code on your phone. Made using Cordova.

How to build & run

Just build:

cordova build [ios/android/browser]

Release build signed .apk(Android) or .ipa(IOS):

cordova build android --device --release --buildConfig=build-release.json
cordova build ios --device --release --buildConfig=build-release.json

Run in emulator:

cordova emulate [ios/android/browser]

Run on device:

cordova run [ios/android/browser] --device

Important folders and files

  • config.xml - main Cordova config.
  • www/ - HTML/CSS/JavaScript files.
  • res/ - Icon, splash screen and other image assets.

About

Write and run JavaScript code on your phone. Made using Cordova.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published