Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 856 Bytes

File metadata and controls

28 lines (17 loc) · 856 Bytes

Home

blockly-requirejs-sample Built on Blockly

This sample shows how to load Blockly with RequireJS using AMD.

Note: This sample actually references the Blockly UMD package built and published to npm, but since it's UMD (Universal), we're able to load that package in an AMD environment.

Installation

npm install

Running

npm run start

Browse

Open http://localhost:3000/index.html

Browse