https://github.com/ankeetmaini/js-scratch-pad
https://github.com/ankeetmaini/js-scratch-pad
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankeetmaini/js-scratch-pad
- Owner: ankeetmaini
- Created: 2019-02-09T19:02:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T13:18:39.000Z (over 7 years ago)
- Last Synced: 2025-01-24T10:29:49.364Z (over 1 year ago)
- Language: TypeScript
- Size: 7.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**

### Install
```
yarn
```
### Run
```
npm start
```
> Monaco Integration with Electron shamelessly coped from https://github.com/sourcechord/electron-monaco-editor-sample. Thanks!