Files
blockly/demos/codelab
Neil Fraser 4e2f8e6e02 Use SPDX licences.
This is a followup to #3127.
At the time, SPDX licenses were pending approval by Google.
2020-02-11 13:27:20 -08:00
..
2020-02-11 13:27:20 -08:00
2020-02-11 13:27:20 -08:00

Blockly for the Web codelab

Code for the Blockly for the Web codelab.

In this codelab, you'll learn how to use 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.