Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 617 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 617 Bytes

js-web-execution-simple

[JavaScript] Is a simple web-based JavaScript code executor. It is focused on mobile device browsers
Example

HTML executor

AceEditor v1.4.14+

Getting started

  1. Cloning this repository
  2. Launch index.html

File structure

/ ................. Root
├─ index.html ..... Main HTML file
├─ css ............ Folder with CSS files
│  └─ index.css ... Main CSS file
└─ js ............. Folder with JavaScript files
   └─ index.js .... Main JS file