Skip to content

Files

Latest commit

04eb226 · Jun 5, 2020

History

History
16 lines (11 loc) · 571 Bytes

File metadata and controls

16 lines (11 loc) · 571 Bytes

Blockly getting started codelab

Code for the Blockly getting started codelab.

In this codelab, you'll learn how to use the Blockly JavaScript library to add a block code editor to a web application.

What you'll learn

  • How to add Blockly to a sample web app.
  • How to set up a Blockly workspace.
  • How to create a new block in Blockly.
  • How to generate and run JavaScript code from blocks.

Example code for each step of the codelab is available from the completed directory.