https://github.com/humbertodias/visual-editor-blockly
Visual Editor Blockly
https://github.com/humbertodias/visual-editor-blockly
blockly javascript visual-editor
Last synced: 6 months ago
JSON representation
Visual Editor Blockly
- Host: GitHub
- URL: https://github.com/humbertodias/visual-editor-blockly
- Owner: humbertodias
- Created: 2017-03-02T13:02:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T10:12:14.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T05:18:34.989Z (6 months ago)
- Topics: blockly, javascript, visual-editor
- Language: JavaScript
- Homepage: https://humbertodias.github.io/visual-editor-blockly
- Size: 12 MB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Editor de Código Visual
Editor Visual de Código utilizando Blockly
https://humbertodias.github.io/visual-editor-blockly
# Executando
Python2
```
python -m SimpleHTTPServer 8000
```
ouPython3
```
python -m http.server 8000
```http://localhost:8000/demos/code/index.html
### Editor Visual

JavaScript

Java

Python

PHP

Dart

XML

# Referências
1. [Blockly Repository](https://github.com/google/blockly)