JSCodeRun
JSCodeRun copied to clipboard
Write and run JavaScript code on your mobile device
JS Code Run (JavaScript Editor)
Available in the App Store and Play Store.
JS Code Run is a full-featured code editor for running JavaScript on your mobile device, built with React Native.
Getting Started
Prerequisites
See the getting started page for React Native to get your development environment up and running.
Then
yarn install
and
yarn run:ios
yarn run:android
to run the project on iOS or Android.
Running the tests
Jest is used for unit testing. To run the tests use:
yarn test