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.
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.
Jest is used for unit testing. To run the tests use:
yarn test