An open API service indexing awesome lists of open source software.

https://github.com/ankeetmaini/js-scratch-pad


https://github.com/ankeetmaini/js-scratch-pad

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# JS ScratchPad (an electron app!)

> Because @getify said this https://twitter.com/getify/status/1093578067698700289

A place where you can run JS code (in a new tab via puppeteer), type and when **ready hit Cmd+Enter**

![](JSScratchPad.gif)

### Install

```
yarn
```

### Run

```
npm start
```

> Monaco Integration with Electron shamelessly coped from https://github.com/sourcechord/electron-monaco-editor-sample. Thanks!